diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-07 11:15:54 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-07 10:28:27 +0000 |
commit | 44281f9eab8ef44b79b4d1e4a3e2770d8a67b53c (patch) | |
tree | fff0878d97fddbc871af9b8d10cb0aabc662e566 /recipes-platform/packagegroups/packagegroup-hmi-framework.bb | |
parent | 6a70fcd330ea8ead1bcc3b16bc2aa11553712769 (diff) |
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 <jsmoeller@linuxfoundation.org>
Change-Id: Ide1836430622f91a34a7acb012c444b26c983505
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-hmi-framework.bb')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-hmi-framework.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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. |