summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-04-30 14:52:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-12 06:26:15 +0100
commitad454e026632604fd344147639e0b69ee10f11b7 (patch)
treec8dd131239fc25bffa081c119ed34c57557b5300 /meta/recipes-core/glibc/glibc.inc
parent77ce05bd36cf71db9a2cc5b0ebffde7bd11c20f3 (diff)
downloadpoky-ad454e026632604fd344147639e0b69ee10f11b7.tar.gz
glibc: Upgrade to 2.34 release
bump localedef to get __attr_access_none and __attr_access definitions replace /bin/bash instead of @BASH@ in ldd as @BASH@ has been substituted with /bin/bash now package libc_malloc_debug.so.0 Detailed changelog [1] [1] https://sourceware.org/pipermail/libc-alpha/2021-August/129718.html (From OE-Core rev: af4e1306a78cf8c508dd911f02c103af81bc1af5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc.inc')
-rw-r--r--meta/recipes-core/glibc/glibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc
index 04e6db99b9..80a3e0b493 100644
--- a/meta/recipes-core/glibc/glibc.inc
+++ b/meta/recipes-core/glibc/glibc.inc
@@ -42,7 +42,7 @@ PARALLEL_MAKE = ""
42EXTRA_OEMAKE += "SHELL=/bin/bash" 42EXTRA_OEMAKE += "SHELL=/bin/bash"
43 43
44do_configure:prepend() { 44do_configure:prepend() {
45 sed -e "s#@BASH@#/bin/sh#" -i ${S}/elf/ldd.bash.in 45 sed -e "s#/bin/bash#/bin/sh#" -i ${S}/elf/ldd.bash.in
46} 46}
47 47
48# Enable backtrace from abort() 48# Enable backtrace from abort()