5036ee39a4713c6171668f86ed56011de88d2fa9
[AGL/meta-agl-demo.git] / recipes-platform / packagegroups / packagegroup-hmi-framework.bb
1 SUMMARY = "The software for the AGL hmi framework 2017"
2 DESCRIPTION = "A set of packages belong to the hmi framework 2017"
3
4 LICENSE = "MIT"
5
6 # need to bump manually due to:
7 # - nothing provides libqthomescreenwrapper0 needed by packagegroup-hmi-framework-1.0-r0.noarch
8 PR = "2"
9
10 inherit packagegroup
11
12 PROVIDES = "${PACKAGES}"
13 PACKAGES = "\
14     packagegroup-hmi-framework \
15     packagegroup-hmi-framework-devel \
16     "
17
18 RDEPENDS:${PN} = " \
19   homescreen \
20   "
21   
22 #  hmi-debug \
23 #  launcher \
24 #"
25
26 # temporarily disable due to failure to install package when AGLCI is on
27 #RDEPENDS:append_${PN} = " ${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'homescreen-demo-ci', '', d)}"
28