blob: 28f79cf2d212fcb34b738abd2c82a45a3373f778 (
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
|
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-demo \
"
RDEPENDS:${PN}:append = " \
weston-ini-conf-no-activate \
homescreen \
launcher \
qtquickcontrols2-agl \
qtquickcontrols2-agl-style \
psplash-portrait-config \
"
|