From 66a2fa470b0a7c5efd0f121efe29ea1ebaa3b288 Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Tue, 21 Jun 2022 12:55:10 -0400 Subject: cloud-init: add depend on udev in sysvinit case. Just as with systemd, the build needs the dev manager installed as a dependancy Signed-off-by: Jeremy A. Puhlman Signed-off-by: Bruce Ashfield --- recipes-extended/cloud-init/cloud-init_21.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-extended') 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 inherit update-rc.d inherit systemd -# setup.py calls "pkg-config systemd --variable=systemdsystemunitdir" and needs to find our systemd +# setup.py calls "pkg-config systemd --variable=systemdsystemunitdir" and needs to find our dev manager DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" +DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'udev', '', d)}" inherit python3native -- cgit v1.2.3-54-g00ecf