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)}"