diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-06 18:33:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 11:55:38 +0000 |
commit | 8dca34317806d3a44aa1bd015e2db833bd73280a (patch) | |
tree | 9ee157ff5ac1a08d645c00347aac76dda4bd2629 /meta | |
parent | 1f50f291792bd5a4f974ba0a8d3e92cf62084a78 (diff) | |
download | poky-8dca34317806d3a44aa1bd015e2db833bd73280a.tar.gz |
uninative-tarball: Add glibc-gconv-iso8859-1 for guile
(From OE-Core rev: a8181c2d3a9e51569d77ab2ad9950b27a1113294)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/uninative-tarball.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index ab1015fcfa..a983e42c67 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb | |||
@@ -5,9 +5,12 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d | |||
5 | 5 | ||
6 | TOOLCHAIN_TARGET_TASK = "" | 6 | TOOLCHAIN_TARGET_TASK = "" |
7 | 7 | ||
8 | # ibm850 - mcopy from mtools | ||
9 | # iso8859-1 - guile | ||
8 | TOOLCHAIN_HOST_TASK = "\ | 10 | TOOLCHAIN_HOST_TASK = "\ |
9 | nativesdk-glibc \ | 11 | nativesdk-glibc \ |
10 | nativesdk-glibc-gconv-ibm850 \ | 12 | nativesdk-glibc-gconv-ibm850 \ |
13 | nativesdk-glibc-gconv-iso8859-1 \ | ||
11 | nativesdk-patchelf \ | 14 | nativesdk-patchelf \ |
12 | " | 15 | " |
13 | 16 | ||