summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/cross-localedef-native/fix_for_centos_5.8.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-04-16 11:08:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-14 23:05:12 +0100
commit6d27c16ec0c63da001a21f8e3157e7cbfa57e554 (patch)
treec902cc446b0a6b951ffd3ef69f900391edb733d7 /meta/recipes-core/glibc/cross-localedef-native/fix_for_centos_5.8.patch
parent9b25b35456471d17f08681328cae899546fe419c (diff)
downloadpoky-6d27c16ec0c63da001a21f8e3157e7cbfa57e554.tar.gz
glibc: Add recipes for 2.24 release
(From OE-Core rev: a0a10b4928c818c34fcd99e6a2bbb5db8cb60950) 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/fix_for_centos_5.8.patch')
-rw-r--r--meta/recipes-core/glibc/cross-localedef-native/fix_for_centos_5.8.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-core/glibc/cross-localedef-native/fix_for_centos_5.8.patch b/meta/recipes-core/glibc/cross-localedef-native/fix_for_centos_5.8.patch
deleted file mode 100644
index 186a480458..0000000000
--- a/meta/recipes-core/glibc/cross-localedef-native/fix_for_centos_5.8.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Upstream-Status: Inappropriate [other]
2
3This is a hack to fix building the locale bits on an older
4CentOs 5.X machine
5
6Index: git/locale/programs/config.h
7===================================================================
8--- git/locale/programs/config.h
9+++ git.orig/locale/programs/config.h
10@@ -19,6 +19,8 @@
11 #ifndef _LD_CONFIG_H
12 #define _LD_CONFIG_H 1
13
14+#define DUMMY_LOCALE_T
15+
16 /* Use the internal textdomain used for libc messages. */
17 #define PACKAGE _libc_intl_domainname
18 #ifndef VERSION