blob: 1c904211b718c8cb0b47055347aada4e5513cd56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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} += "\
"
|