summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/uninative-tarball.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-07-27 16:36:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-30 09:16:53 +0100
commit3ae271629168e0ee0d2276835d15e81d3b93e817 (patch)
tree39b32c626e90c40fd080247a656b6d031d68f051 /meta/recipes-core/meta/uninative-tarball.bb
parenta0748b00142d668dccd23d204ff783efd93bec72 (diff)
downloadpoky-3ae271629168e0ee0d2276835d15e81d3b93e817.tar.gz
uninative-tarball: install the full set of gconv modules
msgfmt from gettext-native 0.22 is using iconv() to convert data to utf-8 from arbitrary source encodings (previous versions of gettext did not do this conversion): https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commit;h=5412a4f79929004cb6db15d545e07dc953330e8d As this is happening at build time, and the source encodings are specified by upstream projects in translation files, we need the full set to cover all of them. (From OE-Core rev: 8a23d9f499c7784379822ef69f4812a562a90887) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta/uninative-tarball.bb')
-rw-r--r--meta/recipes-core/meta/uninative-tarball.bb10
1 files changed, 1 insertions, 9 deletions
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb
index 4aecf39b89..7eebcaf11a 100644
--- a/meta/recipes-core/meta/uninative-tarball.bb
+++ b/meta/recipes-core/meta/uninative-tarball.bb
@@ -3,18 +3,10 @@ LICENSE = "MIT"
3 3
4TOOLCHAIN_TARGET_TASK = "" 4TOOLCHAIN_TARGET_TASK = ""
5 5
6# ibm850 - mcopy from mtools
7# iso8859-1 - guile
8# utf-16, cp1252 - binutils-windres
9TOOLCHAIN_HOST_TASK = "\ 6TOOLCHAIN_HOST_TASK = "\
10 nativesdk-glibc \ 7 nativesdk-glibc \
11 nativesdk-glibc-dbg \ 8 nativesdk-glibc-dbg \
12 nativesdk-glibc-gconv-ibm850 \ 9 nativesdk-glibc-gconvs \
13 nativesdk-glibc-gconv-iso8859-1 \
14 nativesdk-glibc-gconv-utf-16 \
15 nativesdk-glibc-gconv-cp1252 \
16 nativesdk-glibc-gconv-euc-jp \
17 nativesdk-glibc-gconv-libjis \
18 nativesdk-patchelf \ 10 nativesdk-patchelf \
19 nativesdk-libxcrypt \ 11 nativesdk-libxcrypt \
20 nativesdk-libxcrypt-compat \ 12 nativesdk-libxcrypt-compat \