Recipes that use systemd don't need systemctl at build time, so this
dependency can be removed.
It was added in [1] but no rationale was given or is obvious.
[1] oe-core e9444649f4 ("systemd: Restore mask and preset targets, fix instance
creation")
Signed-off-by: Ross Burton <[email protected]>
---
meta/classes-recipe/systemd.bbclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/classes-recipe/systemd.bbclass
b/meta/classes-recipe/systemd.bbclass
index 5d8e6086b2..df464baddd 100644
--- a/meta/classes-recipe/systemd.bbclass
+++ b/meta/classes-recipe/systemd.bbclass
@@ -21,7 +21,6 @@ python __anonymous() {
# Inhibit update-rcd from doing any work so that systemd images don't have
# redundant init files.
if bb.utils.contains('DISTRO_FEATURES', 'systemd', True, False, d):
- d.appendVar("DEPENDS", " systemd-systemctl-native")
d.setVar("INHIBIT_UPDATERCD_BBCLASS", "1")
}
--
2.43.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#240636):
https://lists.openembedded.org/g/openembedded-core/message/240636
Mute This Topic: https://lists.openembedded.org/mt/120205951/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-