diff options
-rw-r--r-- | recipes-containers/podman/podman_git.bb | 4 |
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" | |||
55 | export BUILDFLAGS="${GOBUILDFLAGS}" | 55 | export BUILDFLAGS="${GOBUILDFLAGS}" |
56 | 56 | ||
57 | inherit go goarch | 57 | inherit go goarch |
58 | inherit container-host | ||
58 | inherit systemd pkgconfig ptest | 59 | inherit systemd pkgconfig ptest |
59 | 60 | ||
60 | do_configure[noexec] = "1" | 61 | do_configure[noexec] = "1" |
@@ -149,7 +150,7 @@ VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter" | |||
149 | COMPATIBLE_HOST = "^(?!mips).*" | 150 | COMPATIBLE_HOST = "^(?!mips).*" |
150 | 151 | ||
151 | RDEPENDS:${PN} += "\ | 152 | RDEPENDS:${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 | " |
155 | RRECOMMENDS:${PN} += "slirp4netns \ | 156 | RRECOMMENDS:${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 | " |