summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorSundeep KOKKONDA <sundeep.kokkonda@windriver.com>2023-11-28 00:53:39 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-30 08:43:04 +0000
commita9db3010b9132a038507d47571be6b7215ca5601 (patch)
treebf27e08fa14fb78affb84b80ca8e83b9799cc825 /meta/recipes-core/glibc
parent5c1d35356ae62350ceb993307cb63e826ff18820 (diff)
downloadpoky-a9db3010b9132a038507d47571be6b7215ca5601.tar.gz
glibc: stable 2.38 branch updates
Below commits on glibc-2.38 stable branch are updated. 1e04dcec49 Revert "elf: Move l_init_called_next to old place of l_text_end in link map" 719866ab2f Revert "elf: Always call destructors in reverse constructor order (bug 30785)" e0b6c9706c Revert "elf: Remove unused l_text_end field from struct link_map" (From OE-Core rev: c14832a8cd40171e4081aadb613de185ae233851) Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc-version.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 19b98bc11a..ccf9d505c5 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
1SRCBRANCH ?= "release/2.38/master" 1SRCBRANCH ?= "release/2.38/master"
2PV = "2.38+git" 2PV = "2.38+git"
3SRCREV_glibc ?= "750a45a783906a19591fb8ff6b7841470f1f5701" 3SRCREV_glibc ?= "1e04dcec491bd8f48b5b74ce3e8414132578a645"
4SRCREV_localedef ?= "e0eca29583b9e0f62645c4316ced93cf4e4e26e1" 4SRCREV_localedef ?= "e0eca29583b9e0f62645c4316ced93cf4e4e26e1"
5 5
6GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https" 6GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"