summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJeff Polk <jeff.polk@windriver.com>2012-06-27 10:57:50 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 16:53:04 +0100
commit4624b5eefb54dc5129dc3cd5656e9d1b41207f30 (patch)
tree0da48748b95444c6b93114edbf06f2ef5dcd5bb9 /meta
parente7376bb459d7280a7a593b11fd86f56aa9bc9ce0 (diff)
downloadpoky-4624b5eefb54dc5129dc3cd5656e9d1b41207f30.tar.gz
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 <peter.seebach@windriver.com> Signed-off-by: Jeff Polk <jeff.polk@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/eglibc/eglibc-2.13/supported-tt-ru.patch13
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.13.bb3
2 files changed, 15 insertions, 1 deletions
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 @@
1--- a/localedata/SUPPORTED
2+++ b/localedata/SUPPORTED
3@@ -385,8 +385,8 @@
4 tr_TR.UTF-8/UTF-8 \
5 tr_TR/ISO-8859-9 \
6 ts_ZA/UTF-8 \
7-tt_RU.UTF-8/UTF-8 \
8-tt_RU.UTF-8@iqtelif/UTF-8 \
9+tt_RU/UTF-8 \
10+tt_RU@iqtelif/UTF-8 \
11 ug_CN/UTF-8 \
12 uk_UA.UTF-8/UTF-8 \
13 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 690f99d086..d0bac6be30 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
3SRCREV = "15508" 3SRCREV = "15508"
4 4
5DEPENDS += "gperf-native" 5DEPENDS += "gperf-native"
6PR = "r28" 6PR = "r29"
7PR_append = "+svnr${SRCPV}" 7PR_append = "+svnr${SRCPV}"
8 8
9EGLIBC_BRANCH="eglibc-2_13" 9EGLIBC_BRANCH="eglibc-2_13"
@@ -14,6 +14,7 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
14 file://stack-protector-test.patch \ 14 file://stack-protector-test.patch \
15 file://armv4-eabi-compile-fix.patch \ 15 file://armv4-eabi-compile-fix.patch \
16 file://etc/ld.so.conf \ 16 file://etc/ld.so.conf \
17 file://supported-tt-ru.patch \
17 file://generate-supported.mk \ 18 file://generate-supported.mk \
18 file://ppc-sqrt.patch \ 19 file://ppc-sqrt.patch \
19 file://multilib_readlib.patch \ 20 file://multilib_readlib.patch \