diff options
author | Jens Rehsack <rehsack@gmail.com> | 2016-02-05 11:25:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-06 23:10:45 +0000 |
commit | c57ba52b70d803c737d694eb3046d8ede6703749 (patch) | |
tree | 57b6c660f065a6d2ceb252dd3f27ca2f6f0b08a7 | |
parent | 0cc825f13ef4d331fd8deacbd28d97a21bab3fd4 (diff) | |
download | poky-c57ba52b70d803c737d694eb3046d8ede6703749.tar.gz |
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
(From OE-Core rev: be456fb6160bf4ef0e90ebe2014a349318d58310)
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 d9c01aac40..efcdf4dc63 100644 --- a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb +++ b/meta/recipes-core/glibc/cross-localedef-native_2.22.bb | |||
@@ -35,6 +35,7 @@ EGLIBCPATCHES = "\ | |||
35 | file://0025-eglibc-Install-PIC-archives.patch \ | 35 | file://0025-eglibc-Install-PIC-archives.patch \ |
36 | file://0026-eglibc-dl_debug_mask-is-controlled-by-__OPTION_EGLIB.patch \ | 36 | file://0026-eglibc-dl_debug_mask-is-controlled-by-__OPTION_EGLIB.patch \ |
37 | file://0027-eglibc-use-option-groups-Conditionally-exclude-c-tes.patch \ | 37 | file://0027-eglibc-use-option-groups-Conditionally-exclude-c-tes.patch \ |
38 | file://strcoll-Remove-incorrect-STRDIFF-based-optimization-.patch \ | ||
38 | " | 39 | " |
39 | 40 | ||
40 | SRCREV_glibc ?= "a34d1c6afc86521d6ad17662a3b5362d8481514c" | 41 | SRCREV_glibc ?= "a34d1c6afc86521d6ad17662a3b5362d8481514c" |