summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-2.19/fix-tibetian-locales.patch
blob: 25c43a9fe65b1bcab02b4545bad3bc50e34a573d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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"