diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-06-15 19:16:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-23 11:44:13 +0100 |
commit | 3afed1549a623d2a4921883319ff96bf3e6edc54 (patch) | |
tree | c9ee71b405f4bd1e4c62632922398629a52da842 /meta | |
parent | e7fca5d0d8811d5b664e6fda734221e159fcbde5 (diff) | |
download | poky-3afed1549a623d2a4921883319ff96bf3e6edc54.tar.gz |
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']
(From OE-Core rev: 6c28b122e6214a9e57e4b116ff85145d9ac845ec)
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index 99dad11532..b897950285 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" | |||
8 | 8 | ||
9 | inherit core-image | 9 | inherit core-image |
10 | 10 | ||
11 | IMAGE_INSTALL += "packagegroup-core-x11-sato-games" | ||
12 | |||
13 | TOOLCHAIN_HOST_TASK_append = " nativesdk-intltool nativesdk-glib-2.0" | 11 | TOOLCHAIN_HOST_TASK_append = " nativesdk-intltool nativesdk-glib-2.0" |
14 | TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0" | 12 | TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0" |