[oe-commits] [openembedded-core] 01/15: glibc: Switch to 2.24 release branch

git at git.openembedded.org git at git.openembedded.org
Sun Aug 7 21:23:16 UTC 2016


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

commit 01fe48252085284e2964f5dd52b8b5fa54ee10d3
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Aug 5 09:36:52 2016 -0700

    glibc: Switch to 2.24 release branch
    
    glibc 2.24 is released now
    https://www.sourceware.org/ml/libc-alpha/2016-08/msg00212.html
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-core/glibc/cross-localedef-native_2.24.bb | 5 ++---
 meta/recipes-core/glibc/glibc_2.24.bb                  | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.24.bb b/meta/recipes-core/glibc/cross-localedef-native_2.24.bb
index 650c6c3..d4ccced 100644
--- a/meta/recipes-core/glibc/cross-localedef-native_2.24.bb
+++ b/meta/recipes-core/glibc/cross-localedef-native_2.24.bb
@@ -17,12 +17,11 @@ inherit autotools
 
 FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:"
 
-#SRCBRANCH ?= "release/${PV}/master"
+SRCBRANCH ?= "release/${PV}/master"
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
-SRCBRANCH ?= "master"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"
 
-SRCREV_glibc ?= "d957c4d3fa48d685ff2726c605c988127ef99395"
+SRCREV_glibc ?= "ea23815a795f72035262953dad5beb03e09c17dd"
 SRCREV_localedef ?= "29869b6dc11427c5bab839bdb155c85a7c644c71"
 
 SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
diff --git a/meta/recipes-core/glibc/glibc_2.24.bb b/meta/recipes-core/glibc/glibc_2.24.bb
index f023272..e446e7a 100644
--- a/meta/recipes-core/glibc/glibc_2.24.bb
+++ b/meta/recipes-core/glibc/glibc_2.24.bb
@@ -7,10 +7,9 @@ LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \
 
 DEPENDS += "gperf-native"
 
-SRCREV ?= "d957c4d3fa48d685ff2726c605c988127ef99395"
+SRCREV ?= "ea23815a795f72035262953dad5beb03e09c17dd"
 
-#SRCBRANCH ?= "release/${PV}/master"
-SRCBRANCH ?= "master"
+SRCBRANCH ?= "release/${PV}/master"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"

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


More information about the Openembedded-commits mailing list