summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 12274fee..dc80eb6c 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -141,6 +141,8 @@ SYSTEMD_SERVICE:${PN} = "podman.service podman.socket"
141# that busybox is configured with nsenter 141# that busybox is configured with nsenter
142VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter" 142VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter"
143 143
144COMPATIBLE_HOST = "^(?!mips).*"
145
144RDEPENDS:${PN} += "\ 146RDEPENDS:${PN} += "\
145 conmon ${VIRTUAL-RUNTIME_container_runtime} iptables ${VIRTUAL-RUNTIME_container_networking} skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter} \ 147 conmon ${VIRTUAL-RUNTIME_container_runtime} iptables ${VIRTUAL-RUNTIME_container_networking} skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter} \
146 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \ 148 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \