summaryrefslogtreecommitdiff
path: root/meta/recipes-core/eglibc/eglibc-2.18/fix-tibetian-locales.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-06-26 13:59:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-05 15:26:22 +0100
commit59ae9fc07a6a89492c001de0b3322ecd6d3956be (patch)
treeb795a934ffc597deed68433ae7590f2c6f1a94db /meta/recipes-core/eglibc/eglibc-2.18/fix-tibetian-locales.patch
parenteda721f0c85afa30c2b3030ef76522cc3451af21 (diff)
downloadopenembedded-core-59ae9fc07a6a89492c001de0b3322ecd6d3956be.tar.gz
openembedded-core-59ae9fc07a6a89492c001de0b3322ecd6d3956be.tar.bz2
openembedded-core-59ae9fc07a6a89492c001de0b3322ecd6d3956be.zip
eglibc: Add 2.18 recipes
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-2.18/fix-tibetian-locales.patch')
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.18/fix-tibetian-locales.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-2.18/fix-tibetian-locales.patch b/meta/recipes-core/eglibc/eglibc-2.18/fix-tibetian-locales.patch
new file mode 100644
index 0000000000..25c43a9fe6
--- /dev/null
+++ b/meta/recipes-core/eglibc/eglibc-2.18/fix-tibetian-locales.patch
@@ -0,0 +1,38 @@
+cross localedef fails to compile these locales because name_fmt field is empty
+It is not acceptable for cross localedef and it errors out
+
+LC_NAME: field `name_fmt' not defined
+
+We therefore give a dummy string to the format, the real fix needs some native
+tibetian person to define proper name_fmt
+
+Upstream-Status: Pending
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+
+Index: libc/localedata/locales/bo_CN
+===================================================================
+--- libc.orig/localedata/locales/bo_CN 2012-11-17 09:50:14.000000000 -0800
++++ libc/localedata/locales/bo_CN 2013-01-04 08:55:15.593612288 -0800
+@@ -145,7 +145,7 @@
+ LC_NAME
+ % FIXME
+
+-name_fmt ""
++name_fmt "FIXME"
+ % name_gen "FIXME"
+ % name_miss "FIXME"
+ % name_mr "FIXME"
+Index: libc/localedata/locales/bo_IN
+===================================================================
+--- libc.orig/localedata/locales/bo_IN 2012-11-17 09:50:14.000000000 -0800
++++ libc/localedata/locales/bo_IN 2013-01-04 08:54:12.345609028 -0800
+@@ -70,7 +70,7 @@
+
+ LC_NAME
+ % FIXME
+-name_fmt ""
++name_fmt "FIXME"
+ % name_gen "FIXME"
+ % name_miss "FIXME"
+ % name_mr "FIXME"