aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-integration/recipes-core/eglibc/cross-localedef-native-2.19/fix_for_centos_5.8.patch
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-09-09 14:49:44 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-09-09 14:49:44 +0300
commite09ac36ce0a68f6a72233d2b67a7c1285f4cf3d8 (patch)
tree6d416f258772d69a0a5164a0bdcf0408abb3098c /meta-linaro-integration/recipes-core/eglibc/cross-localedef-native-2.19/fix_for_centos_5.8.patch
parent368b31e6e6115e4ce47cd390fce2e8416cbe5eab (diff)
eglibc: copy eglibc 2.19 recipe from oe-core
oe-core switched from eglibc 2.19 to glibc 2.20. However, we use linaro eglibc 2.19. Copy the recipe until we switch to glibc 2.20. Change-Id: Idb4d0bcabe738c8f19a4f0f1049f3d4bfc46cb15 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-linaro-integration/recipes-core/eglibc/cross-localedef-native-2.19/fix_for_centos_5.8.patch')
-rw-r--r--meta-linaro-integration/recipes-core/eglibc/cross-localedef-native-2.19/fix_for_centos_5.8.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-linaro-integration/recipes-core/eglibc/cross-localedef-native-2.19/fix_for_centos_5.8.patch b/meta-linaro-integration/recipes-core/eglibc/cross-localedef-native-2.19/fix_for_centos_5.8.patch
new file mode 100644
index 00000000..7618c995
--- /dev/null
+++ b/meta-linaro-integration/recipes-core/eglibc/cross-localedef-native-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