diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-11 01:09:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:45:54 +0000 |
commit | edde4c52872fbd089f85b10b94db4d6ef1796be5 (patch) | |
tree | 9910d9c5c5dc779435839e07889d6959f38fc418 /meta/recipes-sato/images | |
parent | 9a799f70574ee8e0b1267497edfb4ac63166ef8f (diff) | |
download | openembedded-core-edde4c52872fbd089f85b10b94db4d6ef1796be5.tar.gz openembedded-core-edde4c52872fbd089f85b10b94db4d6ef1796be5.tar.bz2 openembedded-core-edde4c52872fbd089f85b10b94db4d6ef1796be5.zip |
core-image-sato: SDK should contain intltool and glib-2.0 tools for NLS
The SDK (and its tests) need these tools. We happened to be finding them
from the native tools in PATH but recipe specific sysroots prevents that.
This fixes the SDK to work as originally intended and contain these tools.
We have to clear this in the eSDK case since the _append can't be overridden
from the class. Ugly, but we'll have to come back to this issue.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/images')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index e3246d2b67..99dad11532 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb @@ -9,3 +9,6 @@ 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" |