[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5281/8267] uninative-tarball: glibc-gconv-{utf-16, cp1252} for binutils windres
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 5281/8267] uninative-tarball: glibc-gconv-{utf-16, cp1252} for binutils windres
- Date: Sun, 17 Dec 2017 03:13:10 +0000 (UTC)
commit 3f46689cf13893f65bc7e1ccc422c6ae07d31ef0
Author: Nathan Rossi <nathan nathanrossi com>
Date: 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.
(From OE-Core rev: 778fb2342da55e202cfb7af04bbf120c1b68620a)
Signed-off-by: Nathan Rossi <nathan nathanrossi com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
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 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 \
"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]