mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
systemd-compat-units: Only enable for systemd in DISTRO_FEATURES
This recipe only makes sense when systemd is enabled and otherwise causes world build failures. (From OE-Core rev: 5dca6cc2fcdb2799c19b1697f0647a16ce296290) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,10 +9,12 @@ DEPENDS = "systemd-systemctl-native"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
inherit allarch
|
||||
inherit allarch distro_features_check
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
SYSTEMD_DISABLED_SYSV_SERVICES = " \
|
||||
busybox-udhcpc \
|
||||
hwclock \
|
||||
|
||||
Reference in New Issue
Block a user