blob: 5036ee39a4713c6171668f86ed56011de88d2fa9 (
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 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
PROVIDES = "${PACKAGES}"
PACKAGES = "\
packagegroup-hmi-framework \
packagegroup-hmi-framework-devel \
"
RDEPENDS:${PN} = " \
homescreen \
"
# hmi-debug \
# launcher \
#"
# temporarily disable due to failure to install package when AGLCI is on
#RDEPENDS:append_${PN} = " ${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'homescreen-demo-ci', '', d)}"
|