]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
musl-locales: Add package
authorKhem Raj <raj.khem@gmail.com>
Tue, 26 Apr 2022 03:28:54 +0000 (20:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Apr 2022 17:24:37 +0000 (18:24 +0100)
commit5643f9722db250ac9eb4f955b02500420cb29556
tree91bf030eeaf502e72a58916e769d400fd28bddbc
parentba53fc3bcecfe32401471dc1008c7ead96504150
musl-locales: Add package

This package will provide a limited set of localedata for musl based
systems. It will fill in into images when IMAGE_LINGUAS variable is set
however the choice is limited to the given 13 locales as of now.

e.g.
IMAGE_LINGUAS ?= "de-de fr-fr en-gb"

would work fine

Default locale can be set by exporting LANG=<locale> in /etc/profile or some
such file e.g.

export LANG=de_DE.UTF-8

This will also help in ptest coverage with musl where some test packages
expect locales e.g. pango to name one.

Do not empty out IMAGE_LINGUAS forcibly for musl anymore

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/conf/distro/include/tclibc-musl.inc
meta/recipes-core/musl/musl-locales_git.bb [new file with mode: 0644]