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