mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
podman: add VIRTUAL-RUNTIME_container_dns to RDEPENDS
Allow aardvark-dns to be specified as a rdepends for podman Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
f53b101d45
commit
5141d3f3f9
|
@ -155,7 +155,8 @@ VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter"
|
|||
COMPATIBLE_HOST = "^(?!mips).*"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \
|
||||
catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper \
|
||||
${VIRTUAL-RUNTIME_container_dns} ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \
|
||||
${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \
|
||||
"
|
||||
RRECOMMENDS:${PN} += "slirp4netns \
|
||||
|
|
Loading…
Reference in New Issue
Block a user