From 4624b5eefb54dc5129dc3cd5656e9d1b41207f30 Mon Sep 17 00:00:00 2001 From: Jeff Polk Date: Wed, 27 Jun 2012 10:57:50 -0600 Subject: recipes-core/eglibc-2.13: Patch for locale-base-tt-ru packaging The eglibc-2.13 build can fail because locale-base-tt-ru is in PACKAGES twice. This is because the SUPPORTED list and the i18n directories are out of sync with each other; the SUPPORTED list expects a directory named "tt_RU.UTF8", but the directory is actually named "tt_RU", and likewise for the @iqtelif variants. (From OE-Core rev: 280886bb865efde6bda327a1c821220d64c893ba) Signed-off-by: Peter Seebach Signed-off-by: Jeff Polk Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie --- meta/recipes-core/eglibc/eglibc-2.13/supported-tt-ru.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-core/eglibc/eglibc-2.13/supported-tt-ru.patch (limited to 'meta/recipes-core/eglibc/eglibc-2.13') diff --git a/meta/recipes-core/eglibc/eglibc-2.13/supported-tt-ru.patch b/meta/recipes-core/eglibc/eglibc-2.13/supported-tt-ru.patch new file mode 100644 index 0000000000..c65e38febd --- /dev/null +++ b/meta/recipes-core/eglibc/eglibc-2.13/supported-tt-ru.patch @@ -0,0 +1,13 @@ +--- a/localedata/SUPPORTED ++++ b/localedata/SUPPORTED +@@ -385,8 +385,8 @@ + tr_TR.UTF-8/UTF-8 \ + tr_TR/ISO-8859-9 \ + ts_ZA/UTF-8 \ +-tt_RU.UTF-8/UTF-8 \ +-tt_RU.UTF-8@iqtelif/UTF-8 \ ++tt_RU/UTF-8 \ ++tt_RU@iqtelif/UTF-8 \ + ug_CN/UTF-8 \ + uk_UA.UTF-8/UTF-8 \ + uk_UA/KOI8-U \ -- cgit v1.2.3-54-g00ecf