diff options
| -rw-r--r-- | recipes-extended/cloud-init/cloud-init_20.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_20.3.bb b/recipes-extended/cloud-init/cloud-init_20.3.bb index 31b4066f..53d71a6d 100644 --- a/recipes-extended/cloud-init/cloud-init_20.3.bb +++ b/recipes-extended/cloud-init/cloud-init_20.3.bb | |||
| @@ -25,6 +25,9 @@ inherit setuptools3 | |||
| 25 | inherit update-rc.d | 25 | inherit update-rc.d |
| 26 | inherit systemd | 26 | inherit systemd |
| 27 | 27 | ||
| 28 | # setup.py calls "pkg-config systemd --variable=systemdsystemunitdir" and needs to find our systemd | ||
| 29 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | ||
| 30 | |||
| 28 | inherit python3native | 31 | inherit python3native |
| 29 | 32 | ||
| 30 | PACKAGES += "${PN}-systemd" | 33 | PACKAGES += "${PN}-systemd" |
