diff options
| author | sanjana <sanjanasanju1608@gmail.com> | 2023-08-17 15:35:04 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-08-30 04:52:35 -1000 |
| commit | b8426203d553638348b1e4cd6e6f75f10d69d57e (patch) | |
| tree | dee7963c8d710e6a801e2a2646d725261c514e3c | |
| parent | cbb879c325bae7284746d519c4ed231561f2103a (diff) | |
| download | poky-b8426203d553638348b1e4cd6e6f75f10d69d57e.tar.gz | |
glibc: stable 2.37 branch updates
Below commits on glibc-2.37 stable branch are updated.
58f7431fd7 sparc: Fix la_symbind for bind-now
260d4b742b nptl: Fix tst-cancel30 on sparc64
3f4b4e2cdd elf: _dl_find_object may return 1 during early startup
0930ff8eb3 realloc: Limit chunk reuse to only growing requests
8dcb1a5181 hppa: xfail debug/tst-ssp-1 when have-ssp is yes
(From OE-Core rev: eef4f4502390d1e18770c604477dd63a1adcee6d)
Signed-off-by: sanjana <sanjanasanju1608@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-core/glibc/glibc-version.inc | 2 |
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 69e637e810..ff2b2ade9d 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SRCBRANCH ?= "release/2.37/master" | 1 | SRCBRANCH ?= "release/2.37/master" |
| 2 | PV = "2.37" | 2 | PV = "2.37" |
| 3 | SRCREV_glibc ?= "3593050c27dcf691f670fd3fa9d347c99351ed2f" | 3 | SRCREV_glibc ?= "58f7431fd77c0a6dd8df08d50c51ee3e7f09825f" |
| 4 | SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" | 4 | SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" |
| 5 | 5 | ||
| 6 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https" | 6 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https" |
