diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 9b4e51ff..3e00f648 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
@@ -138,7 +138,7 @@ SYSTEMD_SERVICE:${PN} = "podman.service podman.socket" | |||
138 | VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter" | 138 | VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter" |
139 | 139 | ||
140 | RDEPENDS:${PN} += "\ | 140 | RDEPENDS:${PN} += "\ |
141 | conmon virtual-runc iptables cni skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter} \ | 141 | conmon ${VIRTUAL-RUNTIME_container_runtime} iptables ${VIRTUAL-RUNTIME_container_networking} skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter} \ |
142 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \ | 142 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \ |
143 | " | 143 | " |
144 | RRECOMMENDS:${PN} += "slirp4netns kernel-module-xt-masquerade kernel-module-xt-comment" | 144 | RRECOMMENDS:${PN} += "slirp4netns kernel-module-xt-masquerade kernel-module-xt-comment" |