From cb7368c110553dcb972480abc4a59b975677f7df Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 18 Mar 2015 02:05:06 +0000 Subject: glibc: Upgrade 2.21 -> 2.22 - git'ify the OE patches - add_resource_h_to_wait_h.patch - dropped, we do not support that old perf anymore - mips-rld-map-check.patch - Dropped because binutils is fixed for it see https://sourceware.org/ml/binutils/2011-12/msg00112.html - initgroups_keys.patch - Folded into 0026-eglibc-Forward-port-eglibc-options-groups-support.patch Change-Id: Ib8e731b212f52b8ff12e2180babbc19970fb1ef1 (From OE-Core rev: 6ea08396dbb628140fd3289fc9fb19df97914326) Signed-off-by: Khem Raj Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../glibc/glibc/fix-tibetian-locales.patch | 38 ---------------------- 1 file changed, 38 deletions(-) delete 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 deleted file mode 100644 index 9ab9fdcf12..0000000000 --- a/meta/recipes-core/glibc/glibc/fix-tibetian-locales.patch +++ /dev/null @@ -1,38 +0,0 @@ -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