From: Ming Liu <[email protected]> This avoid overridding the original PACKAGE_BEFORE_PN value could be set in bbclasses.
Signed-off-by: Ming Liu <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> (cherry picked from commit 85eb46d62f81a1618b5d16863808a5ddb248fcf3) Signed-off-by: Ankur Tyagi <[email protected]> --- meta/recipes-core/systemd/systemd_257.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#227628): https://lists.openembedded.org/g/openembedded-core/message/227628 Mute This Topic: https://lists.openembedded.org/mt/116760387/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
