diff options
| author | Matt Fischer <matt@mattfischer.com> | 2025-11-18 13:50:20 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-11-19 18:29:28 -0500 |
| commit | 19241a745fb91864bd7b78168b0aabc156473329 (patch) | |
| tree | 5a76873d00f2347f43781f74f12a97967bf8dd13 | |
| parent | d54989cbee9fd845d47a4696360500ce25b4dfd4 (diff) | |
| download | meta-virtualization-19241a745fb91864bd7b78168b0aabc156473329.tar.gz | |
Add gpgme as a RDEPENDS for podman
podman needs gpgme in order to run. In some usages, this
is being pulled in transitively by skopeo, but since skopeo
was removed as a podman dependency last year, it now needs to be
direct.
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 f20022bb..f09e01f8 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
| @@ -143,7 +143,7 @@ VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter" | |||
| 143 | COMPATIBLE_HOST = "^(?!mips).*" | 143 | COMPATIBLE_HOST = "^(?!mips).*" |
| 144 | 144 | ||
| 145 | RDEPENDS:${PN} += "\ | 145 | RDEPENDS:${PN} += "\ |
| 146 | catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper \ | 146 | catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} gpgme iptables libdevmapper \ |
| 147 | ${VIRTUAL-RUNTIME_container_dns} ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \ | 147 | ${VIRTUAL-RUNTIME_container_dns} ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \ |
| 148 | " | 148 | " |
| 149 | RRECOMMENDS:${PN} += "slirp4netns \ | 149 | RRECOMMENDS:${PN} += "slirp4netns \ |
