From: Ming Liu Date: Sat, 22 Nov 2025 12:20:11 +0000 (+0100) Subject: systemd: use "+=" to set PACKAGE_BEFORE_PN X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85eb46d62f81a1618b5d16863808a5ddb248fcf3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: use "+=" to set PACKAGE_BEFORE_PN This avoid overridding the original PACKAGE_BEFORE_PN value could be set in bbclasses. Signed-off-by: Ming Liu Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-core/systemd/systemd_257.8.bb b/meta/recipes-core/systemd/systemd_257.8.bb index 549eb7fb29a..20fe77fb139 100644 --- a/meta/recipes-core/systemd/systemd_257.8.bb +++ b/meta/recipes-core/systemd/systemd_257.8.bb @@ -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 \