summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/cloud-init/cloud-init_21.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_21.4.bb b/recipes-extended/cloud-init/cloud-init_21.4.bb
index f549db96..c6e64b3c 100644
--- a/recipes-extended/cloud-init/cloud-init_21.4.bb
+++ b/recipes-extended/cloud-init/cloud-init_21.4.bb
@@ -26,8 +26,9 @@ inherit setuptools3_legacy
26inherit update-rc.d 26inherit update-rc.d
27inherit systemd 27inherit systemd
28 28
29# setup.py calls "pkg-config systemd --variable=systemdsystemunitdir" and needs to find our systemd 29# setup.py calls "pkg-config systemd --variable=systemdsystemunitdir" and needs to find our dev manager
30DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" 30DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
31DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'udev', '', d)}"
31 32
32inherit python3native 33inherit python3native
33 34