From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../glibc/glibc/fix-tibetian-locales.patch | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/fix-tibetian-locales.patch (limited to 'meta/recipes-core/glibc/glibc/fix-tibetian-locales.patch') diff --git a/meta/recipes-core/glibc/glibc/fix-tibetian-locales.patch b/meta/recipes-core/glibc/glibc/fix-tibetian-locales.patch new file mode 100644 index 0000000000..9ab9fdcf12 --- /dev/null +++ b/meta/recipes-core/glibc/glibc/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 + +Index: git/localedata/locales/bo_CN +=================================================================== +--- git.orig/localedata/locales/bo_CN 2014-08-29 10:35:22.464070587 -0700 ++++ git/localedata/locales/bo_CN 2014-08-29 10:35:22.456070587 -0700 +@@ -146,7 +146,7 @@ + LC_NAME + % FIXME + +-name_fmt "" ++name_fmt "FIXME" + % name_gen "FIXME" + % name_miss "FIXME" + % name_mr "FIXME" +Index: git/localedata/locales/bo_IN +=================================================================== +--- git.orig/localedata/locales/bo_IN 2014-08-29 10:35:22.464070587 -0700 ++++ git/localedata/locales/bo_IN 2014-08-29 10:35:22.456070587 -0700 +@@ -71,7 +71,7 @@ + + LC_NAME + % FIXME +-name_fmt "" ++name_fmt "FIXME" + % name_gen "FIXME" + % name_miss "FIXME" + % name_mr "FIXME" -- cgit v1.2.3-54-g00ecf