summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-hmi-framework.bb
blob: facd1827db5411969a1bdebe24fae004adc997a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 \
  "