aboutsummaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb
blob: c5b4b5366c2ab82cc9e22a11a07339e85657a4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "AGL Application Framework core packages"
DESCRIPTION = "The set of packages required by the AGL Application Framework"
LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-app-framework \
    "

ALLOW_EMPTY_${PN} = "1"

RDEPENDS_${PN} += "\
	af-binder \
	af-main \
	web-runtime \
    "