summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.34.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-09 17:06:13 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-12 11:27:24 +0000
commitc9351aee3f9b1016c1697178a53664eebebbcf84 (patch)
treee5c1ed258cc2e2a3e601fcacf196056ea0440609 /meta/recipes-core/glibc/glibc_2.34.bb
parent63f1e59f9f62eb39945aedc62ea01e0c29caea77 (diff)
downloadpoky-c9351aee3f9b1016c1697178a53664eebebbcf84.tar.gz
glibc: Redo tzselect bash dependency problem
New patch adds a knob to select needed shell interpreter for tzselect script, which then we excercise via EXTRA_OEMAKE (From OE-Core rev: 28adfbbcf42d15eabdd7fe3a5dea486bd5049f09) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.34.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.34.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.34.bb b/meta/recipes-core/glibc/glibc_2.34.bb
index cdce2c4112..27a5d5fa2b 100644
--- a/meta/recipes-core/glibc/glibc_2.34.bb
+++ b/meta/recipes-core/glibc/glibc_2.34.bb
@@ -36,7 +36,6 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
36 ${NATIVESDKFIXES} \ 36 ${NATIVESDKFIXES} \
37 file://0015-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch \ 37 file://0015-sysdeps-gnu-configure.ac-handle-correctly-libc_cv_ro.patch \
38 file://0016-yes-within-the-path-sets-wrong-config-variables.patch \ 38 file://0016-yes-within-the-path-sets-wrong-config-variables.patch \
39 file://0017-timezone-re-written-tzselect-as-posix-sh.patch \
40 file://0018-Remove-bash-dependency-for-nscd-init-script.patch \ 39 file://0018-Remove-bash-dependency-for-nscd-init-script.patch \
41 file://0019-eglibc-Cross-building-and-testing-instructions.patch \ 40 file://0019-eglibc-Cross-building-and-testing-instructions.patch \
42 file://0020-eglibc-Help-bootstrap-cross-toolchain.patch \ 41 file://0020-eglibc-Help-bootstrap-cross-toolchain.patch \
@@ -53,6 +52,7 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
53 file://0002-CVE-2021-38604.patch \ 52 file://0002-CVE-2021-38604.patch \
54 file://0001-fix-create-thread-failed-in-unprivileged-process-BZ-.patch \ 53 file://0001-fix-create-thread-failed-in-unprivileged-process-BZ-.patch \
55 file://CVE-2021-43396.patch \ 54 file://CVE-2021-43396.patch \
55 file://0001-Make-shell-interpreter-overridable-in-tzselect.ksh.patch \
56 " 56 "
57S = "${WORKDIR}/git" 57S = "${WORKDIR}/git"
58B = "${WORKDIR}/build-${TARGET_SYS}" 58B = "${WORKDIR}/build-${TARGET_SYS}"