From patchwork Tue Aug 21 18:58:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1, denzil] recipes-core/eglibc-2.13: Patch for locale-base-tt-ru packaging Date: Tue, 21 Aug 2012 18:58:24 -0000 From: Mark Hatle X-Patchwork-Id: 35095 Message-Id: <3bd2da551c6918ebeb06df21076cd4d961d65c44.1345575401.git.mark.hatle@windriver.com> To: From: Jeff Polk 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 Signed-off-by: Jeff Polk Signed-off-by: Mark Hatle --- .../eglibc/eglibc-2.13/supported-tt-ru.patch | 13 +++++++++++++ meta/recipes-core/eglibc/eglibc_2.13.bb | 3 ++- 2 files changed, 15 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-core/eglibc/eglibc-2.13/supported-tt-ru.patch 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 0000000..c65e38f --- /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 \ diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb index 690f99d..d0bac6b 100644 --- a/meta/recipes-core/eglibc/eglibc_2.13.bb +++ b/meta/recipes-core/eglibc/eglibc_2.13.bb @@ -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 \