summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/cross-localedef-native_2.34.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/cross-localedef-native_2.34.bb')
-rw-r--r--meta/recipes-core/glibc/cross-localedef-native_2.34.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.34.bb b/meta/recipes-core/glibc/cross-localedef-native_2.34.bb
index 482e53cf5d..c37814ee24 100644
--- a/meta/recipes-core/glibc/cross-localedef-native_2.34.bb
+++ b/meta/recipes-core/glibc/cross-localedef-native_2.34.bb
@@ -25,13 +25,13 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
25 file://0001-localedef-Add-hardlink-resolver-from-util-linux.patch \ 25 file://0001-localedef-Add-hardlink-resolver-from-util-linux.patch \
26 file://0002-localedef-fix-ups-hardlink-to-make-it-compile.patch \ 26 file://0002-localedef-fix-ups-hardlink-to-make-it-compile.patch \
27 \ 27 \
28 file://0017-timezone-re-written-tzselect-as-posix-sh.patch \
29 file://0018-Remove-bash-dependency-for-nscd-init-script.patch \ 28 file://0018-Remove-bash-dependency-for-nscd-init-script.patch \
30 file://0019-eglibc-Cross-building-and-testing-instructions.patch \ 29 file://0019-eglibc-Cross-building-and-testing-instructions.patch \
31 file://0020-eglibc-Help-bootstrap-cross-toolchain.patch \ 30 file://0020-eglibc-Help-bootstrap-cross-toolchain.patch \
32 file://0021-eglibc-Resolve-__fpscr_values-on-SH4.patch \ 31 file://0021-eglibc-Resolve-__fpscr_values-on-SH4.patch \
33 file://0022-eglibc-Forward-port-cross-locale-generation-support.patch \ 32 file://0022-eglibc-Forward-port-cross-locale-generation-support.patch \
34 file://0024-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch \ 33 file://0024-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch \
34 file://0001-Make-shell-interpreter-overridable-in-tzselect.ksh.patch \
35" 35"
36# Makes for a rather long rev (22 characters), but... 36# Makes for a rather long rev (22 characters), but...
37# 37#
@@ -40,6 +40,11 @@ SRCREV_FORMAT = "glibc_localedef"
40S = "${WORKDIR}/git" 40S = "${WORKDIR}/git"
41 41
42EXTRA_OECONF = "--with-glibc=${S}" 42EXTRA_OECONF = "--with-glibc=${S}"
43
44# We do not need bash to run tzselect script, the default is to use
45# bash but it can be configured by setting KSHELL Makefile variable
46EXTRA_OEMAKE += "KSHELL=/bin/sh"
47
43CFLAGS += "-fgnu89-inline -std=gnu99 -DIS_IN\(x\)='0'" 48CFLAGS += "-fgnu89-inline -std=gnu99 -DIS_IN\(x\)='0'"
44 49
45do_install() { 50do_install() {