On Tue, 2019-04-16 at 17:49 +0800, [email protected] wrote: > From: Changqing Li <[email protected]> > > current default locale is set to C.UTF-8, but glibc not support > locale C.UTF-8. so set to the default locale C. > > [snip] > if not meson.is_cross_build() > choose_default_locale_sh = > find_program('tools/choose-default-locale.sh') > default_locale = > run_command(choose_default_locale_sh).stdout().strip() > else > default_locale = 'C.UTF-8' > endif > > if default locale set to C.UTF-8, it will cause libpcre ptest fail: > > re> //8+L > ** Failed to set locale ""
Doesn't your second patch mean we don't need this one? Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
