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>
--- /dev/null
+--- 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 \
SRCREV = "15508"
DEPENDS += "gperf-native"
-PR = "r28"
+PR = "r29"
PR_append = "+svnr${SRCPV}"
EGLIBC_BRANCH="eglibc-2_13"
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 \