mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2026-01-27 10:41:26 +01:00
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>
This commit is contained in:
parent
d54989cbee
commit
19241a745f
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user