blob: b7c15399be04a4e1b3e5e3adf0304b3515a3f396 (
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 Security Subsystem"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-ivi-common-core-security \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
"
|