]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
systemd: use "+=" to set PACKAGE_BEFORE_PN
authorMing Liu <liu.ming50@gmail.com>
Sat, 22 Nov 2025 12:20:11 +0000 (13:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Nov 2025 10:51:16 +0000 (10:51 +0000)
This avoid overridding the original PACKAGE_BEFORE_PN value could be
set in bbclasses.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-core/systemd/systemd_257.8.bb

index 549eb7fb29a0565395d788e4309c4dcb8642f07f..20fe77fb139893208c0b5877fe4a0b13880759f0 100644 (file)
@@ -412,7 +412,7 @@ python populate_packages:prepend (){
 }
 PACKAGES_DYNAMIC += "^lib(udev|systemd|nss).*"
 
-PACKAGE_BEFORE_PN = "\
+PACKAGE_BEFORE_PN += "\
     ${PN}-analyze \
     ${PN}-binfmt \
     ${PN}-container \