On Fri, Feb 5, 2016 at 2:25 AM, Jens Rehsack <[email protected]> wrote: > > Add patch from commit 96b1b5c127e9e0e637aaf7948cf3330a94a5cd57 to > cross-localedef-native > to avoid broken images built with ENABLE_BINARY_LOCALE_GENERATION set to 1: >
can you send a github pull request to include this patch into cross-localedef too ? > $ 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 <[email protected]> > --- > meta/recipes-core/glibc/cross-localedef-native_2.22.bb | 1 + > 1 file changed, 1 insertion(+) > > 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 03be9c0..3aefe74 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 = "\ > -- > 1.9.1 > > -- > Jens Rehsack - [email protected] > > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
