All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1 denzil] Fix for generation of russian locale
@ 2012-08-21 18:58 Mark Hatle
  2012-08-21 18:58 ` [PATCH 1/1 denzil] recipes-core/eglibc-2.13: Patch for locale-base-tt-ru packaging Mark Hatle
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Hatle @ 2012-08-21 18:58 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 95756cfbb7a9348b23cb46a49a5509e57e973faf:

  valgrind: fix default.supp missing issue (2012-08-21 11:19:26 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib mhatle/denzil-eglibc
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mhatle/denzil-eglibc

Jeff Polk (1):
  recipes-core/eglibc-2.13: Patch for locale-base-tt-ru packaging

 .../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

-- 
1.7.3.4




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1 denzil] recipes-core/eglibc-2.13: Patch for locale-base-tt-ru packaging
  2012-08-21 18:58 [PATCH 0/1 denzil] Fix for generation of russian locale Mark Hatle
@ 2012-08-21 18:58 ` Mark Hatle
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Hatle @ 2012-08-21 18:58 UTC (permalink / raw)
  To: openembedded-core

From: Jeff Polk <jeff.polk@windriver.com>

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>
---
 .../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 \
-- 
1.7.3.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-21 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-21 18:58 [PATCH 0/1 denzil] Fix for generation of russian locale Mark Hatle
2012-08-21 18:58 ` [PATCH 1/1 denzil] recipes-core/eglibc-2.13: Patch for locale-base-tt-ru packaging Mark Hatle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.