From: Ming Liu Date: Thu, 15 Jun 2017 17:16:05 +0000 (+0200) Subject: core-image-sato: drop packagegroup-core-x11-sato-games from IMAGE_INSTALL X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20983 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c28b122e6214a9e57e4b116ff85145d9ac845ec;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-sato: drop packagegroup-core-x11-sato-games from IMAGE_INSTALL packagegroup-core-x11-sato-games package is being RDEPENDS by packagegroup-core-x11-sato, hence will be installed if x11-sato is choosen in IMAGE_FEATURES. So it's unnecessary appending it into IMAGE_INSTALL. Even worse, it's causing the following error when x11 is not in DISTRO_FEATURES: | ERROR: Required build target 'core-image-sato' has no buildable providers. | Missing or unbuildable dependency chain was: ['core-image-sato', 'packagegroup-core-x11-sato-games'] Signed-off-by: Ming Liu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index 99dad11532e..b8979502856 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb @@ -8,7 +8,5 @@ LICENSE = "MIT" inherit core-image -IMAGE_INSTALL += "packagegroup-core-x11-sato-games" - TOOLCHAIN_HOST_TASK_append = " nativesdk-intltool nativesdk-glib-2.0" TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0"