blob: cf8268d44ad4476cdddfbfd6f4348ef0ecad65a0 (
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
|
SUMMARY = "The software for DEMO platform of AGL IVI profile"
DESCRIPTION = "A set of packages belong to AGL Demo Platform"
LICENSE = "MIT"
inherit packagegroup
PROVIDES = "${PACKAGES}"
PACKAGES = "\
packagegroup-agl-demo-platform \
"
RDEPENDS:${PN} += "\
packagegroup-agl-image-ivi \
packagegroup-agl-kuksa-val-databroker \
packagegroup-agl-demo \
"
RDEPENDS:${PN}:append = " \
weston-ini-conf-no-activate \
homescreen \
launcher \
qtquickcontrols2-agl \
qtquickcontrols2-agl-style \
psplash-portrait-config \
"
|