* [meta-virtualization][PATCH] Add gpgme as a RDEPENDS for podman
@ 2025-11-18 20:50 Matt Fischer
2025-11-19 23:29 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Matt Fischer @ 2025-11-18 20:50 UTC (permalink / raw)
To: meta-virtualization; +Cc: Matt Fischer
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.
---
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 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"
COMPATIBLE_HOST = "^(?!mips).*"
RDEPENDS:${PN} += "\
- catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper \
+ catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} gpgme iptables libdevmapper \
${VIRTUAL-RUNTIME_container_dns} ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \
"
RRECOMMENDS:${PN} += "slirp4netns \
--
2.50.1 (Apple Git-155)
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-virtualization][PATCH] Add gpgme as a RDEPENDS for podman
2025-11-18 20:50 [meta-virtualization][PATCH] Add gpgme as a RDEPENDS for podman Matt Fischer
@ 2025-11-19 23:29 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2025-11-19 23:29 UTC (permalink / raw)
To: matt; +Cc: meta-virtualization
staged on master-next.
Bruce
In message: [meta-virtualization][PATCH] Add gpgme as a RDEPENDS for podman
on 18/11/2025 Matt Fischer via lists.yoctoproject.org wrote:
> 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.
> ---
> 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 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"
> COMPATIBLE_HOST = "^(?!mips).*"
>
> RDEPENDS:${PN} += "\
> - catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper \
> + catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} gpgme iptables libdevmapper \
> ${VIRTUAL-RUNTIME_container_dns} ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \
> "
> RRECOMMENDS:${PN} += "slirp4netns \
> --
> 2.50.1 (Apple Git-155)
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9442): https://lists.yoctoproject.org/g/meta-virtualization/message/9442
> Mute This Topic: https://lists.yoctoproject.org/mt/116363696/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-19 23:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-18 20:50 [meta-virtualization][PATCH] Add gpgme as a RDEPENDS for podman Matt Fischer
2025-11-19 23:29 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.