blob: 5f716c21ee7749ef8e10ec6df8e62e458135af51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SUMMARY = "The software for application framework of AGL IVI profile"
DESCRIPTION = "A set of packages belong to AGL application framework which required by \
Speech Services Subsystem"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-appfw-speech-services \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
"
|