blob: 56f89c5982b0e0ed311fa10cd65b990a22126100 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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 \
libafbwsc \
af-main \
systemd-agl-sync \
${@bb.utils.contains('DISTRO_FEATURES', 'webruntime', 'virtual/webruntime', '', d)} \
"
|