diff options
author | Jens Rehsack <rehsack@gmail.com> | 2016-02-05 11:25:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-07 17:19:51 +0000 |
commit | 2ddfcfaa996d8c675b5c161acb605dc5573eba67 (patch) | |
tree | 9a0df0accbea219573f46f2c0226029d3fa89f85 | |
parent | 113812945c3cddfec75d67d781c0fa2d7ee02762 (diff) | |
download | openembedded-core-2ddfcfaa996d8c675b5c161acb605dc5573eba67.tar.gz openembedded-core-2ddfcfaa996d8c675b5c161acb605dc5573eba67.tar.bz2 openembedded-core-2ddfcfaa996d8c675b5c161acb605dc5573eba67.zip |
cross-localedef-native: add ABI breaking glibc patch
Add patch from commit 96b1b5c127e9e0e637aaf7948cf3330a94a5cd57 to cross-localedef-native
to avoid broken images built with ENABLE_BINARY_LOCALE_GENERATION set to 1:
$ sh -c "export LANG=de_DE; ls -la"
sh: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))' failed.
Aborted
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/glibc/cross-localedef-native_2.22.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb b/meta/recipes-core/glibc/cross-localedef-native_2.22.bb index 03be9c0401..3aefe748f9 100644 --- a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb +++ b/meta/recipes-core/glibc/cross-localedef-native_2.22.bb @@ -20,6 +20,7 @@ GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef \ file://fix_for_centos_5.8.patch \ + file://strcoll-Remove-incorrect-STRDIFF-based-optimization-.patch \ ${EGLIBCPATCHES} \ " EGLIBCPATCHES = "\ |