summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/cross-localedef-native_2.20.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-09-09 08:04:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-10 11:33:26 +0100
commit0d3c79524c95a7ab3b87c9dcb49746746900a18a (patch)
tree4992f95aa881cc30948f37a4f56070fd65d979db /meta/recipes-core/glibc/cross-localedef-native_2.20.bb
parenta4256395800b49fd6ca5bf52b282a89218afeb0c (diff)
downloadpoky-0d3c79524c95a7ab3b87c9dcb49746746900a18a.tar.gz
glibc: Incremental bump to 2.20 release branch
Now that glibc 2.20 has been released. We switch to use release branch and remove the already applied patch (From OE-Core rev: 70bfccd8e13af712381b4feea3ef882369951264) 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/cross-localedef-native_2.20.bb')
-rw-r--r--meta/recipes-core/glibc/cross-localedef-native_2.20.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.20.bb b/meta/recipes-core/glibc/cross-localedef-native_2.20.bb
index fd8c242895..ccf56a9415 100644
--- a/meta/recipes-core/glibc/cross-localedef-native_2.20.bb
+++ b/meta/recipes-core/glibc/cross-localedef-native_2.20.bb
@@ -16,7 +16,7 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:"
16 16
17PV = "2.20" 17PV = "2.20"
18 18
19SRC_URI = "git://sourceware.org/git/glibc.git;branch=master;name=glibc \ 19SRC_URI = "git://sourceware.org/git/glibc.git;branch=release/${PV}/master;name=glibc \
20 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 \
21 file://fix_for_centos_5.8.patch \ 21 file://fix_for_centos_5.8.patch \
22 ${EGLIBCPATCHES} \ 22 ${EGLIBCPATCHES} \
@@ -33,7 +33,7 @@ EGLIBCPATCHES = "\
33 file://eglibc-use-option-groups.patch \ 33 file://eglibc-use-option-groups.patch \
34 " 34 "
35 35
36SRCREV_glibc = "529bf51595fffbe80023e7d895b671391991bb1b" 36SRCREV_glibc = "b8079dd0d360648e4e8de48656c5c38972621072"
37SRCREV_localedef = "c833367348d39dad7ba018990bfdaffaec8e9ed3" 37SRCREV_localedef = "c833367348d39dad7ba018990bfdaffaec8e9ed3"
38 38
39S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"