[oe-commits] [openembedded-core] 05/10: glibc: Update to final 2.31 release

git at git.openembedded.org git at git.openembedded.org
Sun Feb 2 15:04:10 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3a012a14f2846687845b521a91070e148265e4e7
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Feb 1 09:27:51 2020 -0800

    glibc: Update to final 2.31 release
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/tcmode-default.inc | 2 +-
 meta/recipes-core/glibc/glibc-common.inc    | 2 +-
 meta/recipes-core/glibc/glibc-version.inc   | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index aba2baa..936db5a 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -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%"
diff --git a/meta/recipes-core/glibc/glibc-common.inc b/meta/recipes-core/glibc/glibc-common.inc
index 27534d9..8d412cc 100644
--- a/meta/recipes-core/glibc/glibc-common.inc
+++ b/meta/recipes-core/glibc/glibc-common.inc
@@ -22,4 +22,4 @@ ARM_INSTRUCTION_SET_armv6 = "arm"
 #
 COMPATIBLE_HOST_libc-musl_class-target = "null"
 
-PV = "2.30.9000"
+PV = "2.31"
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index c2cfb7e..f489650 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list