Files
poky/meta/recipes-core
Changqing Li 0ad9bbaf9d systemd: change default locale from C.UTF-8 to C
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 ""

(From OE-Core rev: 48f1521de8d16971e8021d7bf551f0b88f392f43)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-04-23 23:30:19 +01:00
..
2019-02-20 11:30:35 +00:00
2019-04-12 14:05:37 +01:00
2018-08-20 17:38:23 +01:00
2019-01-08 11:16:44 +00:00
2019-03-24 17:00:52 +00:00
2015-01-23 11:36:27 +00:00
2018-03-09 09:17:02 -08:00
2018-09-04 11:03:55 +01:00
2019-04-12 14:05:37 +01:00
2019-04-16 11:10:02 +01:00
2019-02-25 10:43:07 +00:00
2019-02-25 10:43:07 +00:00
2019-03-29 08:28:52 +00:00
2018-12-20 14:53:55 +00:00
2019-03-29 08:28:52 +00:00