summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/cross-localedef-native_2.25.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-01 18:26:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-02 17:06:24 +0100
commit796efea2d2359e6edbd5d4232895ef3a65959f5d (patch)
tree118c8a1b5b9d509c723c79621ab0d856f6a10ed7 /meta/recipes-core/glibc/cross-localedef-native_2.25.bb
parentf768fb3d2245b349af44aaa81d39a667adb9778c (diff)
downloadpoky-796efea2d2359e6edbd5d4232895ef3a65959f5d.tar.gz
cross-localedef-native: add way to specify which locale archive to write
localedef has no way to specify which locale archive to use, and the compile-time default isn't useful as it points to the work directory. Add support to read an environmental variable for the path, and don't fail to write a new locale archive. (From OE-Core rev: bf0f205a3c3714926649bd69db29e4df1c0ea112) (From OE-Core rev: 72ab0e7d49610f6ffcc99fa8723aeeaada852d88) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/cross-localedef-native_2.25.bb')
-rw-r--r--meta/recipes-core/glibc/cross-localedef-native_2.25.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.25.bb b/meta/recipes-core/glibc/cross-localedef-native_2.25.bb
index fae8683eed..62911b4655 100644
--- a/meta/recipes-core/glibc/cross-localedef-native_2.25.bb
+++ b/meta/recipes-core/glibc/cross-localedef-native_2.25.bb
@@ -37,6 +37,7 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
37 file://0024-eglibc-Forward-port-cross-locale-generation-support.patch \ 37 file://0024-eglibc-Forward-port-cross-locale-generation-support.patch \
38 file://0025-Define-DUMMY_LOCALE_T-if-not-defined.patch \ 38 file://0025-Define-DUMMY_LOCALE_T-if-not-defined.patch \
39 file://0001-Include-locale_t.h-compatibility-header.patch \ 39 file://0001-Include-locale_t.h-compatibility-header.patch \
40 file://archive-path.patch \
40" 41"
41# Makes for a rather long rev (22 characters), but... 42# Makes for a rather long rev (22 characters), but...
42# 43#