mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
default-distrovars: Include "c" in IMAGE_LINGUAS for glibc
glibc 2.35 introduced C.UTF-8, we should include this by default. (From OE-Core rev: f930da7c41491a5556827dc2ff66f3d3c0e95df8) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7c6183a93f
commit
0ed2cdc81d
@@ -4,7 +4,10 @@ OEINCLUDELOGS ?= "yes"
|
||||
KERNEL_CONSOLE ?= "ttyS0"
|
||||
KEEPUIMAGE ??= "yes"
|
||||
|
||||
IMAGE_LINGUAS ?= "en-us en-gb"
|
||||
DEFAULT_IMAGE_LINGUAS = "en-us en-gb"
|
||||
DEFAULT_IMAGE_LINGUAS:libc-glibc = "c en-us en-gb"
|
||||
IMAGE_LINGUAS ?= "${DEFAULT_IMAGE_LINGUAS}"
|
||||
|
||||
ENABLE_BINARY_LOCALE_GENERATION ?= "1"
|
||||
LOCALE_UTF8_ONLY ?= "0"
|
||||
LOCALE_UTF8_IS_DEFAULT ?= "1"
|
||||
|
||||
Reference in New Issue
Block a user