1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

glibc: Update to final 2.31 release

(From OE-Core rev: b0df2fcb26cb1b2b48e8f66cfcbfd351a7737099)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2020-02-01 09:27:51 -08:00
committed by Richard Purdie
parent afea43c8c2
commit b08607a2a9
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ GCCVERSION ?= "9.%"
SDKGCCVERSION ?= "${GCCVERSION}"
BINUVERSION ?= "2.33%"
GDBVERSION ?= "8.3%"
GLIBCVERSION ?= "2.30%"
GLIBCVERSION ?= "2.31"
LINUXLIBCVERSION ?= "5.4%"
QEMUVERSION ?= "4.1%"
GOVERSION ?= "1.13%"
+1 -1
View File
@@ -22,4 +22,4 @@ ARM_INSTRUCTION_SET_armv6 = "arm"
#
COMPATIBLE_HOST_libc-musl_class-target = "null"
PV = "2.30.9000"
PV = "2.31"
+3 -3
View File
@@ -1,6 +1,6 @@
SRCBRANCH ?= "master"
PV = "2.30.9000"
SRCREV_glibc ?= "352bb99754ae7c83ff1b974f9c52244e974c9410"
SRCBRANCH ?= "release/2.31/master"
PV = "2.31"
SRCREV_glibc ?= "9ea3686266dca3f004ba874745a4087a89682617"
SRCREV_localedef ?= "cd9f958c4c94a638fa7b2b4e21627364f1a1a655"
GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"