[oe-commits] [openembedded-core] 01/06: uninative-tarball: glibc-gconv-{utf-16, cp1252} for binutils windres

git at git.openembedded.org git at git.openembedded.org
Thu Mar 23 16:34:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 778fb2342da55e202cfb7af04bbf120c1b68620a
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Fri Mar 24 02:14:16 2017 +1000

    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.
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/uninative-tarball.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb
index bbde0d2..f3fc1eb 100644
--- a/meta/recipes-core/meta/uninative-tarball.bb
+++ b/meta/recipes-core/meta/uninative-tarball.bb
@@ -5,10 +5,13 @@ TOOLCHAIN_TARGET_TASK = ""
 
 # ibm850 - mcopy from mtools
 # iso8859-1 - guile
+# utf-16, cp1252 - binutils-windres
 TOOLCHAIN_HOST_TASK = "\
     nativesdk-glibc \
     nativesdk-glibc-gconv-ibm850 \
     nativesdk-glibc-gconv-iso8859-1 \
+    nativesdk-glibc-gconv-utf-16 \
+    nativesdk-glibc-gconv-cp1252 \
     nativesdk-patchelf \
     "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list