From 01fe48252085284e2964f5dd52b8b5fa54ee10d3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 5 Aug 2016 09:36:52 -0700 Subject: 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 --- meta/recipes-core/glibc/cross-localedef-native_2.24.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta/recipes-core/glibc/cross-localedef-native_2.24.bb') 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 650c6c3013..d4cccedb43 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\d+\.\d+(\.\d+)*)" -SRCREV_glibc ?= "d957c4d3fa48d685ff2726c605c988127ef99395" +SRCREV_glibc ?= "ea23815a795f72035262953dad5beb03e09c17dd" SRCREV_localedef ?= "29869b6dc11427c5bab839bdb155c85a7c644c71" SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ -- cgit 1.2.3-korg