blob: 093146e3a1e79540ed2d642c5317f31fdcb16405 (
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 = " low-level-can-service "
AGL_APPS_append_intel-corei7-64 = " low-level-can-service "
AGL_APPS_append_qemux86-64 = " low-level-can-service "
RDEPENDS_${PN}_append = " \
${AGL_APPS} \
"
|