From 44281f9eab8ef44b79b4d1e4a3e2770d8a67b53c Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 7 Dec 2020 11:15:54 +0100 Subject: [PATCH] Workaround issue with homescreen-demo-ci with AGLCI on Ensure we can build master with AGLCI on. This fixes: Error: Problem: package packagegroup-agl-demo-platform-1.0-r0.noarch requires packagegroup-hmi-framework, but none of the providers can be installed - conflicting requests - nothing provides homescreen-demo-ci needed by packagegroup-hmi-framework-1.0-2.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) until we can debug the root cause. Bug-AGL: SPEC-3718 Signed-off-by: Jan-Simon Moeller Change-Id: Ide1836430622f91a34a7acb012c444b26c983505 --- recipes-platform/packagegroups/packagegroup-hmi-framework.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-platform/packagegroups/packagegroup-hmi-framework.bb b/recipes-platform/packagegroups/packagegroup-hmi-framework.bb index c5ea9fdc2..6061bf43d 100644 --- a/recipes-platform/packagegroups/packagegroup-hmi-framework.bb +++ b/recipes-platform/packagegroups/packagegroup-hmi-framework.bb @@ -24,7 +24,8 @@ RDEPENDS_${PN} = " \ launcher \ " -RDEPENDS_append_${PN} = " ${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'homescreen-demo-ci', '', d)}" +# 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)}" # NOTE: Currently no coverage versions of these widgets, they should # be added here when available. -- 2.16.6