]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/oe/package: add LOCALE_PATHS to add define all locations for locales
authorJonathan GUILLOT <jonathan@joggee.fr>
Wed, 6 Dec 2023 16:03:47 +0000 (16:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Feb 2024 13:52:20 +0000 (13:52 +0000)
commit0ffc7cf01225743789ac30dd325fca05b9203be1
treed1a35e7b77978723f3e59e974e6526f6abbcf287
parent108bc167ed0d43505af3140947a0ab79c89f0a7b
lib/oe/package: add LOCALE_PATHS to add define all locations for locales

Some packages may contain localized files not located in default path
${datadir}/locale. Add the new variable LOCALE_PATHS to allow a recipe
to define extra paths or even fully override the scanned directories.
LOCALE_PATHS is set at ${datadir}/locale by default to keep the exact
same behavior for the recipes which did not need modification.

Signed-off-by: Jonathan GUILLOT <jonathan@joggee.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/package.bbclass
meta/conf/documentation.conf
meta/lib/oe/package.py