From 3f6c931b8a6ad63d0a0da746895059f64d50a505 Mon Sep 17 00:00:00 2001 From: Patrick Wicki Date: Fri, 29 Aug 2025 16:52:51 +0200 Subject: podman: require catatonit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Bruce Ashfield (cherry picked from commit 380eae7bdd14319069960f7eb8d82c0ec0608b8a) Signed-off-by: Oliver Kästner Signed-off-by: Bruce Ashfield --- recipes-containers/podman/podman_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index c537a73e..ef9798f0 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -146,7 +146,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 \ -- cgit v1.2.3-54-g00ecf