summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman/podman_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 32de3f0c..07c17449 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -55,6 +55,7 @@ TOOLCHAIN = "gcc"
55export BUILDFLAGS="${GOBUILDFLAGS}" 55export BUILDFLAGS="${GOBUILDFLAGS}"
56 56
57inherit go goarch 57inherit go goarch
58inherit container-host
58inherit systemd pkgconfig ptest 59inherit systemd pkgconfig ptest
59 60
60do_configure[noexec] = "1" 61do_configure[noexec] = "1"
@@ -149,7 +150,7 @@ VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter"
149COMPATIBLE_HOST = "^(?!mips).*" 150COMPATIBLE_HOST = "^(?!mips).*"
150 151
151RDEPENDS:${PN} += "\ 152RDEPENDS:${PN} += "\
152 conmon ${VIRTUAL-RUNTIME_container_runtime} iptables ${VIRTUAL-RUNTIME_container_networking} skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter} \ 153 conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \
153 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \ 154 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \
154" 155"
155RRECOMMENDS:${PN} += "slirp4netns \ 156RRECOMMENDS:${PN} += "slirp4netns \
@@ -172,5 +173,6 @@ RDEPENDS:${PN}-ptest += " \
172 gnupg \ 173 gnupg \
173 jq \ 174 jq \
174 make \ 175 make \
176 skopeo \
175 tar \ 177 tar \
176" 178"