blob: fa45c97d642831ab70d470affb0ab23c59257e85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
SUMMARY = "The software for application framework of AGL IVI profile"
DESCRIPTION = "A set of packages belong to AGL application framework which required by \
Connectivity Subsystem"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-appfw-connectivity \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
"
AGL_APPS = " \
"
# restricted due to dependency on Kernel >= 4.8 which is not available in all repositories
AGL_APPS_append_m3ulcb = " agl-service-can-low-level "
AGL_APPS_append_intel-corei7-64 = " agl-service-can-low-level "
AGL_APPS_append_qemux86-64 = " agl-service-can-low-level "
RDEPENDS_${PN}_append = " \
${AGL_APPS} \
"
|