diff mbox series

[V3,1/3] systemd: use "+=" to set PACKAGE_BEFORE_PN

Message ID 20251122122013.1960798-2-liu.ming50@gmail.com
State New
Headers show
Series bash-completion.bbclass: put bash-completion package to PACKAGE_BEFORE_PN | expand

Commit Message

Ming Liu Nov. 22, 2025, 12:20 p.m. UTC
This avoid overridding the original PACKAGE_BEFORE_PN value could be
set in bbclasses.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
 meta/recipes-core/systemd/systemd_257.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/systemd/systemd_257.8.bb b/meta/recipes-core/systemd/systemd_257.8.bb
index 549eb7fb29..20fe77fb13 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 \