diff options
| author | Patrick Wicki <patrick.wicki@siemens.com> | 2025-08-29 16:52:51 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-09-03 21:43:01 -0400 |
| commit | 3f6c931b8a6ad63d0a0da746895059f64d50a505 (patch) | |
| tree | 4c078a90a108ff2568654c7b625a91a88940fab3 | |
| parent | ac476b3267b3ef232dcfec51ffc1b8680b564910 (diff) | |
| download | meta-virtualization-3f6c931b8a6ad63d0a0da746895059f64d50a505.tar.gz | |
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>
(cherry picked from commit 380eae7bdd14319069960f7eb8d82c0ec0608b8a)
Signed-off-by: Oliver Kästner <okaestner@rosen-nxt.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/podman/podman_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 146 | COMPATIBLE_HOST = "^(?!mips).*" | 146 | COMPATIBLE_HOST = "^(?!mips).*" |
| 147 | 147 | ||
| 148 | RDEPENDS:${PN} += "\ | 148 | RDEPENDS:${PN} += "\ |
| 149 | conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \ | 149 | catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \ |
| 150 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \ | 150 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \ |
| 151 | " | 151 | " |
| 152 | RRECOMMENDS:${PN} += "slirp4netns \ | 152 | RRECOMMENDS:${PN} += "slirp4netns \ |
