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 <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
# 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")
}