aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/recipes-core/eglibc/cross-localedef-native-linaro-2.19
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-09-23 10:10:17 +0200
committerKoen Kooi <koen.kooi@linaro.org>2014-09-23 10:23:31 +0200
commit275f96274d0b9939b517eb627dc3a13536c7c5e0 (patch)
tree6f1cc16703b90fe4604a0add2c13b8e0ec6ffc55 /meta-linaro-toolchain/recipes-core/eglibc/cross-localedef-native-linaro-2.19
parent8a934a7dce524fbe5ca76c99103cec1ff6801ddd (diff)
cross-localedef-native: fix SRC_URI14.09
Change-Id: I7946d0971256ed95a6cb4cc5a4f81d1bdaded3d1 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-linaro-toolchain/recipes-core/eglibc/cross-localedef-native-linaro-2.19')
-rw-r--r--meta-linaro-toolchain/recipes-core/eglibc/cross-localedef-native-linaro-2.19/fix_for_centos_5.8.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/recipes-core/eglibc/cross-localedef-native-linaro-2.19/fix_for_centos_5.8.patch b/meta-linaro-toolchain/recipes-core/eglibc/cross-localedef-native-linaro-2.19/fix_for_centos_5.8.patch
new file mode 100644
index 00000000..7618c995
--- /dev/null
+++ b/meta-linaro-toolchain/recipes-core/eglibc/cross-localedef-native-linaro-2.19/fix_for_centos_5.8.patch
@@ -0,0 +1,18 @@
+Upstream-Status: Inappropriate [other]
+
+This is a hack to fix building the locale bits on an older
+CentOs 5.X machine
+
+Index: eglibc-2_16/libc/locale/programs/config.h
+===================================================================
+--- eglibc-2_16.orig/libc/locale/programs/config.h
++++ eglibc-2_16/libc/locale/programs/config.h
+@@ -19,6 +19,8 @@
+ #ifndef _LD_CONFIG_H
+ #define _LD_CONFIG_H 1
+
++#define DUMMY_LOCALE_T
++
+ /* Use the internal textdomain used for libc messages. */
+ #define PACKAGE _libc_intl_domainname
+ #ifndef VERSION