blob: cf704e63fce08ba20d464c85297d08f7c399b78a (
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 \
agl-service-homescreen \
homescreen \
libwindowmanager \
qlibwindowmanager \
libhomescreen \
qlibhomescreen \
runxdg \
hmi-debug \
launcher \
"
|