summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-07-27 16:36:26 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-30 09:16:53 +0100
commita2f1791f8d0118f44cf752341c4793d656a54a94 (patch)
treebcf51196c151177191a808cd5796d3cbf1640f02
parent3ae271629168e0ee0d2276835d15e81d3b93e817 (diff)
downloadpoky-a2f1791f8d0118f44cf752341c4793d656a54a94.tar.gz
buildtools-extended-tarball: install the full set of gconv modules
The specific set was written to ensure vim builds reproducibly; this is however prone to silent regressions (if vim adds more usage of iconv with different encodings). Installing the full set also matches what standard desktop distributions do, and thus meets expectations of upstream projects in general. (From OE-Core rev: 2685c497c14bc325500053e551d97e8cbda97252) 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>
-rw-r--r--meta/recipes-core/meta/buildtools-extended-tarball.bb12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb
index 83e3fddccc..633f8e6b99 100644
--- a/meta/recipes-core/meta/buildtools-extended-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb
@@ -28,21 +28,13 @@ TOOLCHAIN_HOST_TASK += "\
28 nativesdk-libtool \ 28 nativesdk-libtool \
29 nativesdk-pkgconfig \ 29 nativesdk-pkgconfig \
30 nativesdk-glibc-utils \ 30 nativesdk-glibc-utils \
31 nativesdk-glibc-gconv-ibm850 \ 31 nativesdk-glibc-gconvs \
32 nativesdk-glibc-gconv-iso8859-1 \
33 nativesdk-glibc-gconv-utf-16 \
34 nativesdk-glibc-gconv-cp1250 \
35 nativesdk-glibc-gconv-cp1251 \
36 nativesdk-glibc-gconv-cp1252 \
37 nativesdk-glibc-gconv-euc-jp \
38 nativesdk-glibc-gconv-libjis \
39 nativesdk-libxcrypt-dev \ 32 nativesdk-libxcrypt-dev \
40 nativesdk-parted \ 33 nativesdk-parted \
41 nativesdk-dosfstools \ 34 nativesdk-dosfstools \
42 nativesdk-gptfdisk \ 35 nativesdk-gptfdisk \
43 " 36 "
44# gconv-cp1250, cp1251 and euc-jp needed for iconv to work in vim builds 37# gconvs needed for iconv to work in vim builds
45# also copied list from uninative
46 38
47TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}" 39TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-extended-nativesdk-standalone-${DISTRO_VERSION}"
48 40