]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipes-core/eglibc-2.13: Patch for locale-base-tt-ru packaging
authorJeff Polk <jeff.polk@windriver.com>
Wed, 27 Jun 2012 16:57:50 +0000 (10:57 -0600)
committerScott Garman <scott.a.garman@intel.com>
Fri, 24 Aug 2012 07:42:14 +0000 (00:42 -0700)
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.

Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-core/eglibc/eglibc-2.13/supported-tt-ru.patch [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc_2.13.bb

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 (file)
index 0000000..c65e38f
--- /dev/null
@@ -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 \
index 690f99d086d0640da39ad39c6a5ff657c7c88d5a..d0bac6be308b695ce2b7f26b811fe0a8fc4b9aed 100644 (file)
@@ -3,7 +3,7 @@ require eglibc.inc
 SRCREV = "15508"
 
 DEPENDS += "gperf-native"
-PR = "r28"
+PR = "r29"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_13"
@@ -14,6 +14,7 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
            file://stack-protector-test.patch \
            file://armv4-eabi-compile-fix.patch \
            file://etc/ld.so.conf \
+           file://supported-tt-ru.patch \
            file://generate-supported.mk \
            file://ppc-sqrt.patch \
            file://multilib_readlib.patch \