mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
podman: require catatonit
Alternatively, we could add it to RRECOMMENDS. But I would say, given its name, managing pods is part of podman's core functionality and that requires catatonit, which is currently only pulled in for the ptest: root@qemux86-64:~# podman pod create Error: building local pause image: finding pause binary: exec: "catatonit": executable file not found in $PATH Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
992253f871
commit
380eae7bdd
|
@ -150,7 +150,7 @@ VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter"
|
|||
COMPATIBLE_HOST = "^(?!mips).*"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \
|
||||
catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \
|
||||
${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \
|
||||
"
|
||||
RRECOMMENDS:${PN} += "slirp4netns \
|
||||
|
@ -167,7 +167,6 @@ RDEPENDS:${PN}-ptest += " \
|
|||
bash \
|
||||
bats \
|
||||
buildah \
|
||||
catatonit \
|
||||
coreutils \
|
||||
file \
|
||||
gnupg \
|
||||
|
|
Loading…
Reference in New Issue
Block a user