blob: e633331577366fbc890333190713263bfea21e56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SUMMARY = "The middlewares for AGL IVI profile"
DESCRIPTION = "A set of common packages required by Automotive Subsystem"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-ivi-common-core-automotive \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += " "
|