]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib_package.bbclass: Use += to add to PACKAGE_BEFORE_PN
authorPeter Kjellerstedt <pkj@axis.com>
Wed, 3 Dec 2025 14:20:38 +0000 (15:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Dec 2025 17:54:25 +0000 (17:54 +0000)
commitdaf5a6607ff973288304b0908836277bc3bb0458
treef0c844f48d3a988ecbd5fd86baa43b4c784acce2
parent9d1a7bb5d8aa94b74cd66edcb88e323c926d299b
lib_package.bbclass: Use += to add to PACKAGE_BEFORE_PN

The bash-completion bbclass recently started to use PACKAGE_BEFORE_PN to
add the ${PN}-bash-completion package. This meant that a recipe, e.g.,
proj in meta-oe, that inherits both bash-completion and lib_package
would fail since lib_package set PACKAGE_BEFORE_PN rather than added to
it.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/lib_package.bbclass