diff options
| -rw-r--r-- | recipes-containers/podman/podman_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 0261ffa9..a77f23b5 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
| @@ -109,6 +109,10 @@ FILES:${PN} += " \ | |||
| 109 | 109 | ||
| 110 | SYSTEMD_SERVICE:${PN} = "podman.service podman.socket" | 110 | SYSTEMD_SERVICE:${PN} = "podman.service podman.socket" |
| 111 | 111 | ||
| 112 | RDEPENDS:${PN} += "conmon virtual-runc iptables cni skopeo" | 112 | # The other option for this is "busybox", since meta-virt ensures |
| 113 | # that busybox is configured with nsenter | ||
| 114 | VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter" | ||
| 115 | |||
| 116 | RDEPENDS:${PN} += "conmon virtual-runc iptables cni skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter}" | ||
| 113 | RRECOMMENDS:${PN} += "slirp4netns kernel-module-xt-masquerade kernel-module-xt-comment" | 117 | RRECOMMENDS:${PN} += "slirp4netns kernel-module-xt-masquerade kernel-module-xt-comment" |
| 114 | RCONFLICTS:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" | 118 | RCONFLICTS:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" |
