]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/oe/package: replace in place PN-locale-* packages in PACKAGES
authorJonathan GUILLOT <jonathan@joggee.fr>
Thu, 30 Nov 2023 12:49:13 +0000 (12:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Feb 2024 13:52:20 +0000 (13:52 +0000)
commit108bc167ed0d43505af3140947a0ab79c89f0a7b
treefec8586119af00a51ae932b7829e612a282f82e5
parent24ce7e5445962b9b3143036ecb3d44945082ce44
lib/oe/package: replace in place PN-locale-* packages in PACKAGES

split_locales() removes PN-locale from PACKAGES and adds PN-locale-* to the end.
As the PN-locale package typically appears before PN base package, it may result
in paths not installed in PN-locale-* packages if already catched by PN. Now
insert PN-locale-* exactly where PN-locale was existing in list to avoid such
an issue.

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