blob: 72105ee3a3d240a1c206af63e70c76b8897718a0 (
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 Speech Services Subsystem"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-ivi-common-core-speech-services \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
"
|