summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-11 01:09:03 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-20 11:53:49 +0000
commit620f5880d806a141c70861e3605c272726e129cb (patch)
treef576ba38a35ff5e0c3460f8df292181134d6fd61 /meta/recipes-sato
parentb0f70c5f9e423b37260bf3f3c105095ba4c39afb (diff)
downloadpoky-620f5880d806a141c70861e3605c272726e129cb.tar.gz
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. (From OE-Core rev: edde4c52872fbd089f85b10b94db4d6ef1796be5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/images/core-image-sato.bb3
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"
9inherit core-image 9inherit core-image
10 10
11IMAGE_INSTALL += "packagegroup-core-x11-sato-games" 11IMAGE_INSTALL += "packagegroup-core-x11-sato-games"
12
13TOOLCHAIN_HOST_TASK_append = " nativesdk-intltool nativesdk-glib-2.0"
14TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0"