summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fischer <matt@mattfischer.com>2025-11-18 13:50:20 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-11-19 18:29:28 -0500
commit19241a745fb91864bd7b78168b0aabc156473329 (patch)
tree5a76873d00f2347f43781f74f12a97967bf8dd13
parentd54989cbee9fd845d47a4696360500ce25b4dfd4 (diff)
downloadmeta-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.bb2
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"
143COMPATIBLE_HOST = "^(?!mips).*" 143COMPATIBLE_HOST = "^(?!mips).*"
144 144
145RDEPENDS:${PN} += "\ 145RDEPENDS:${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"
149RRECOMMENDS:${PN} += "slirp4netns \ 149RRECOMMENDS:${PN} += "slirp4netns \