diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-08-05 09:36:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-10 10:46:28 +0100 |
commit | e884ceeaa352c4ae2746691c7dc876587421a4fb (patch) | |
tree | 6e2c79c5476161ac6a9f97634eeb5fcb6d8d161b /meta/recipes-core | |
parent | dfc016fbf13e62f7767edaf7abadf1d1b72680b2 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/glibc/cross-localedef-native_2.24.bb | 5 | ||||
-rw-r--r-- | 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 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 | ||
18 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:" | 18 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:" |
19 | 19 | ||
20 | #SRCBRANCH ?= "release/${PV}/master" | 20 | SRCBRANCH ?= "release/${PV}/master" |
21 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" | 21 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" |
22 | SRCBRANCH ?= "master" | ||
23 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" | 22 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" |
24 | 23 | ||
25 | SRCREV_glibc ?= "d957c4d3fa48d685ff2726c605c988127ef99395" | 24 | SRCREV_glibc ?= "ea23815a795f72035262953dad5beb03e09c17dd" |
26 | SRCREV_localedef ?= "29869b6dc11427c5bab839bdb155c85a7c644c71" | 25 | SRCREV_localedef ?= "29869b6dc11427c5bab839bdb155c85a7c644c71" |
27 | 26 | ||
28 | SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ | 27 | 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 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 | ||
8 | DEPENDS += "gperf-native" | 8 | DEPENDS += "gperf-native" |
9 | 9 | ||
10 | SRCREV ?= "d957c4d3fa48d685ff2726c605c988127ef99395" | 10 | SRCREV ?= "ea23815a795f72035262953dad5beb03e09c17dd" |
11 | 11 | ||
12 | #SRCBRANCH ?= "release/${PV}/master" | 12 | SRCBRANCH ?= "release/${PV}/master" |
13 | SRCBRANCH ?= "master" | ||
14 | 13 | ||
15 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" | 14 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" |
16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" |