summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd-compat-units.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb
index 90811da1bc..f246e83dda 100644
--- a/meta/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta/recipes-core/systemd/systemd-compat-units.bb
@@ -9,10 +9,12 @@ DEPENDS = "systemd-systemctl-native"
9 9
10S = "${WORKDIR}" 10S = "${WORKDIR}"
11 11
12inherit allarch 12inherit allarch distro_features_check
13 13
14ALLOW_EMPTY_${PN} = "1" 14ALLOW_EMPTY_${PN} = "1"
15 15
16REQUIRED_DISTRO_FEATURES = "systemd"
17
16SYSTEMD_DISABLED_SYSV_SERVICES = " \ 18SYSTEMD_DISABLED_SYSV_SERVICES = " \
17 busybox-udhcpc \ 19 busybox-udhcpc \
18 hwclock \ 20 hwclock \