summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-03-24 02:14:16 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-24 23:43:32 +0000
commit3f46689cf13893f65bc7e1ccc422c6ae07d31ef0 (patch)
tree284cc56f93a88e90404f75c940eec016ae556cc9 /meta
parent9fe7a69535f9443175da8289633a761f58c372ff (diff)
downloadpoky-3f46689cf13893f65bc7e1ccc422c6ae07d31ef0.tar.gz
uninative-tarball: glibc-gconv-{utf-16, cp1252} for binutils windres
The windres binutils binary which is used for Windows resource files requires utf-16 and cp1252 encoding support in order to correctly generate resource files with strings. As such when using uninative to build mingw resources for a nativesdk target the windres binary is executed on the native host, thus using the uninative libc and gconv modules. (From OE-Core rev: 778fb2342da55e202cfb7af04bbf120c1b68620a) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/meta/uninative-tarball.bb3
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 bbde0d2150..f3fc1ebe62 100644
--- a/meta/recipes-core/meta/uninative-tarball.bb
+++ b/meta/recipes-core/meta/uninative-tarball.bb
@@ -5,10 +5,13 @@ TOOLCHAIN_TARGET_TASK = ""
5 5
6# ibm850 - mcopy from mtools 6# ibm850 - mcopy from mtools
7# iso8859-1 - guile 7# iso8859-1 - guile
8# utf-16, cp1252 - binutils-windres
8TOOLCHAIN_HOST_TASK = "\ 9TOOLCHAIN_HOST_TASK = "\
9 nativesdk-glibc \ 10 nativesdk-glibc \
10 nativesdk-glibc-gconv-ibm850 \ 11 nativesdk-glibc-gconv-ibm850 \
11 nativesdk-glibc-gconv-iso8859-1 \ 12 nativesdk-glibc-gconv-iso8859-1 \
13 nativesdk-glibc-gconv-utf-16 \
14 nativesdk-glibc-gconv-cp1252 \
12 nativesdk-patchelf \ 15 nativesdk-patchelf \
13 " 16 "
14 17