blob: aef7328386e4aa7876f924e5c4aa277b71984776 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SUMMARY = "The packages of middlewares for AGL IVI profile"
DESCRIPTION = "The set of packages required by Operating System and Common libraries Subsystem"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-core-os-commonlibs \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
"
|