summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/cross-localedef-native_2.21.bb7
-rw-r--r--meta/recipes-core/glibc/glibc_2.21.bb5
2 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.21.bb b/meta/recipes-core/glibc/cross-localedef-native_2.21.bb
index 814ae9df92..4e15f02140 100644
--- a/meta/recipes-core/glibc/cross-localedef-native_2.21.bb
+++ b/meta/recipes-core/glibc/cross-localedef-native_2.21.bb
@@ -14,12 +14,11 @@ inherit autotools
14 14
15FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:" 15FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:"
16 16
17#BRANCH = "release/${PV}/master" 17BRANCH = "release/${PV}/master"
18BRANCH = "master"
19 18
20SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH};name=glibc \ 19SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH};name=glibc \
21 git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef \ 20 git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef \
22 file://fix_for_centos_5.8.patch \ 21 file://fix_for_centos_5.8.patch \
23 ${EGLIBCPATCHES} \ 22 ${EGLIBCPATCHES} \
24 " 23 "
25EGLIBCPATCHES = "\ 24EGLIBCPATCHES = "\
@@ -34,7 +33,7 @@ EGLIBCPATCHES = "\
34 file://eglibc-use-option-groups.patch \ 33 file://eglibc-use-option-groups.patch \
35 " 34 "
36 35
37SRCREV_glibc = "edac0a60c7514b8c9b59488cffdac6b22267e757" 36SRCREV_glibc = "4e42b5b8f89f0e288e68be7ad70f9525aebc2cff"
38SRCREV_localedef = "c833367348d39dad7ba018990bfdaffaec8e9ed3" 37SRCREV_localedef = "c833367348d39dad7ba018990bfdaffaec8e9ed3"
39 38
40# Makes for a rather long rev (22 characters), but... 39# Makes for a rather long rev (22 characters), but...
diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb
index 5ebe2503c1..1ef494b086 100644
--- a/meta/recipes-core/glibc/glibc_2.21.bb
+++ b/meta/recipes-core/glibc/glibc_2.21.bb
@@ -2,10 +2,9 @@ require glibc.inc
2 2
3DEPENDS += "gperf-native kconfig-frontends-native" 3DEPENDS += "gperf-native kconfig-frontends-native"
4 4
5SRCREV = "edac0a60c7514b8c9b59488cffdac6b22267e757" 5SRCREV = "4e42b5b8f89f0e288e68be7ad70f9525aebc2cff"
6 6
7#BRANCH = "release/${PV}/master" 7BRANCH = "release/${PV}/master"
8BRANCH = "master"
9 8
10SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH} \ 9SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH} \
11 file://IO-acquire-lock-fix.patch \ 10 file://IO-acquire-lock-fix.patch \