[oe-commits] [openembedded-core] 28/43: core-image-sato: drop packagegroup-core-x11-sato-games from IMAGE_INSTALL

git at git.openembedded.org git at git.openembedded.org
Fri Jun 23 10:45:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 6c28b122e6214a9e57e4b116ff85145d9ac845ec
Author: Ming Liu <peter.x.liu at external.atlascopco.com>
AuthorDate: Thu Jun 15 19:16:05 2017 +0200

    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 <peter.x.liu at external.atlascopco.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-sato/images/core-image-sato.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb
index 99dad11..b897950 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list