summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/cross-localedef-native_2.22.bb')
-rw-r--r--meta/recipes-core/glibc/cross-localedef-native_2.22.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb b/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
index 2153ece0e2..03be9c0401 100644
--- a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
+++ b/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
@@ -14,10 +14,10 @@ inherit autotools
14 14
15FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:" 15FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:"
16 16
17BRANCH ?= "release/${PV}/master" 17SRCBRANCH ?= "release/${PV}/master"
18GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" 18GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
19 19
20SRC_URI = "${GLIBC_GIT_URI};branch=${BRANCH};name=glibc \ 20SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
21 git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef \ 21 git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef \
22 file://fix_for_centos_5.8.patch \ 22 file://fix_for_centos_5.8.patch \
23 ${EGLIBCPATCHES} \ 23 ${EGLIBCPATCHES} \