summaryrefslogtreecommitdiffstats
path: root/meta-agl-core-test/recipes-test/himeno
Path not found
18' href='#n18'>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)}"