blob: 7ba909162801cb13636c55fcf14d01a377385f8d (
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} += "\
"
|