blob: e95b7548b8c32ec215c7ce95a136a84bb058504a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SUMMARY = "AGL Application Framework examples"
DESCRIPTION = "The set of examples associated to the AGL Application Framework"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-app-framework-examples \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
afm-client \
afb-client \
"
|