blob: e80b36089f26bec40fb1c4942c5b94cea5789305 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
SUMMARY = "The software for the AGL hmi framework 2017"
DESCRIPTION = "A set of packages belong to the hmi framework 2017"
LICENSE = "MIT"
# need to bump manually due to:
# - nothing provides libqthomescreenwrapper0 needed by packagegroup-hmi-framework-1.0-r0.noarch
PR = "2"
inherit packagegroup
RDEPENDS_${PN} += " \
agl-service-windowmanager-2017 \
agl-service-homescreen \
homescreen \
libwindowmanager \
qlibwindowmanager \
libhomescreen-2017 \
qlibhomescreen \
runxdg \
hmi-debug \
launcher \
"
|