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