blob: 72a5b05769034b4f3301424acff1a97aee9b8779 (
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 Multimedia Subsystem"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-ivi-common-multimedia \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
"
|