summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-08-05 09:36:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-10 10:46:28 +0100
commite884ceeaa352c4ae2746691c7dc876587421a4fb (patch)
tree6e2c79c5476161ac6a9f97634eeb5fcb6d8d161b /meta/recipes-core/glibc
parentdfc016fbf13e62f7767edaf7abadf1d1b72680b2 (diff)
downloadpoky-e884ceeaa352c4ae2746691c7dc876587421a4fb.tar.gz
glibc: Switch to 2.24 release branch
glibc 2.24 is released now https://www.sourceware.org/ml/libc-alpha/2016-08/msg00212.html (From OE-Core rev: 01fe48252085284e2964f5dd52b8b5fa54ee10d3) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/cross-localedef-native_2.24.bb5
-rw-r--r--meta/recipes-core/glibc/glibc_2.24.bb5
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 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
17 17
18FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:" 18FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:"
19 19
20#SRCBRANCH ?= "release/${PV}/master" 20SRCBRANCH ?= "release/${PV}/master"
21GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" 21GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
22SRCBRANCH ?= "master"
23UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" 22UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"
24 23
25SRCREV_glibc ?= "d957c4d3fa48d685ff2726c605c988127ef99395" 24SRCREV_glibc ?= "ea23815a795f72035262953dad5beb03e09c17dd"
26SRCREV_localedef ?= "29869b6dc11427c5bab839bdb155c85a7c644c71" 25SRCREV_localedef ?= "29869b6dc11427c5bab839bdb155c85a7c644c71"
27 26
28SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ 27SRC_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 f023272434..e446e7ab4f 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 \
7 7
8DEPENDS += "gperf-native" 8DEPENDS += "gperf-native"
9 9
10SRCREV ?= "d957c4d3fa48d685ff2726c605c988127ef99395" 10SRCREV ?= "ea23815a795f72035262953dad5beb03e09c17dd"
11 11
12#SRCBRANCH ?= "release/${PV}/master" 12SRCBRANCH ?= "release/${PV}/master"
13SRCBRANCH ?= "master"
14 13
15GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" 14GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" 15UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"