glibc: Update to glibc 2.21 release tag

(From OE-Core rev: 530565c6cb77319f4cc49edeea6fec6be997415d)

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dan McGregor 2015-02-06 11:20:19 -06:00 committed by Richard Purdie
parent a488fd5b61
commit a574f293fe
2 changed files with 5 additions and 7 deletions

View File

@ -14,12 +14,11 @@ inherit autotools
FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:"
#BRANCH = "release/${PV}/master"
BRANCH = "master"
BRANCH = "release/${PV}/master"
SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH};name=glibc \
git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef \
file://fix_for_centos_5.8.patch \
file://fix_for_centos_5.8.patch \
${EGLIBCPATCHES} \
"
EGLIBCPATCHES = "\
@ -34,7 +33,7 @@ EGLIBCPATCHES = "\
file://eglibc-use-option-groups.patch \
"
SRCREV_glibc = "edac0a60c7514b8c9b59488cffdac6b22267e757"
SRCREV_glibc = "4e42b5b8f89f0e288e68be7ad70f9525aebc2cff"
SRCREV_localedef = "c833367348d39dad7ba018990bfdaffaec8e9ed3"
# Makes for a rather long rev (22 characters), but...

View File

@ -2,10 +2,9 @@ require glibc.inc
DEPENDS += "gperf-native kconfig-frontends-native"
SRCREV = "edac0a60c7514b8c9b59488cffdac6b22267e757"
SRCREV = "4e42b5b8f89f0e288e68be7ad70f9525aebc2cff"
#BRANCH = "release/${PV}/master"
BRANCH = "master"
BRANCH = "release/${PV}/master"
SRC_URI = "git://sourceware.org/git/glibc.git;branch=${BRANCH} \
file://IO-acquire-lock-fix.patch \