diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-27 08:55:50 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-27 12:28:16 +0200 |
commit | 892b0fc7521ce8d0f6b74d82b5f3bbbc32e0fb83 (patch) | |
tree | 4f4a7aa9a29e766ffc8202d85dbadbb36225b63e /recipes/eglibc | |
parent | 7b6e5798ebbf9a8bd37a1aa36dd2aa966dcbec63 (diff) | |
download | openembedded-892b0fc7521ce8d0f6b74d82b5f3bbbc32e0fb83.tar.gz |
eglibc_2.12: add es_CR.ISO-8859-1 to GLIBC_BROKEN_LOCALES
* details: http://sourceware.org/bugzilla/show_bug.cgi?id=11258
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/eglibc')
-rw-r--r-- | recipes/eglibc/eglibc_2.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/eglibc/eglibc_2.12.bb b/recipes/eglibc/eglibc_2.12.bb index e47c1a0d9d..a040c76456 100644 --- a/recipes/eglibc/eglibc_2.12.bb +++ b/recipes/eglibc/eglibc_2.12.bb @@ -4,7 +4,7 @@ DEFAULT_PREFERENCE = "-1" DEPENDS += "gperf-native" FILESPATHPKG =. "eglibc-svn:" PV = "2.12" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" PR_append = "+svnr${SRCPV}" SRCREV="10495" EGLIBC_BRANCH="eglibc-2_12" @@ -27,7 +27,7 @@ TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${layout_includedir}" GLIBC_ADDONS ?= "ports,nptl,libidn" -GLIBC_BROKEN_LOCALES = " _ER _ET so_ET yn_ER sid_ET tr_TR mn_MN gez_ET gez_ER bn_BD te_IN" +GLIBC_BROKEN_LOCALES = " _ER _ET so_ET yn_ER sid_ET tr_TR mn_MN gez_ET gez_ER bn_BD te_IN es_CR.ISO-8859-1" # # For now, we will skip building of a gcc package if it is a uclibc one |