blob: 45d3179e2523fc13d4f89536ed8897bbe28c05f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUMMARY = "The middlewares for AGL IVI profile"
DESCRIPTION = "A set of common packages required by Navigation and Location Based Services Subsystem"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-ivi-common-navi-lbs \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
"
|