diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-21 01:43:22 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-11-15 19:50:00 +0000 |
| commit | 5141d3f3f995e950a6a1689fabafc9b515d84749 (patch) | |
| tree | d344461e40a5766a679d2dc764b6fc595e08b694 | |
| parent | f53b101d455d7e7447fa83f2faecb5e05d595b3e (diff) | |
| download | meta-virtualization-5141d3f3f995e950a6a1689fabafc9b515d84749.tar.gz | |
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>
| -rw-r--r-- | recipes-containers/podman/podman_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 452392db..55c4f7e7 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
| @@ -155,7 +155,8 @@ VIRTUAL-RUNTIME_base-utils-nsenter ?= "util-linux-nsenter" | |||
| 155 | COMPATIBLE_HOST = "^(?!mips).*" | 155 | COMPATIBLE_HOST = "^(?!mips).*" |
| 156 | 156 | ||
| 157 | RDEPENDS:${PN} += "\ | 157 | RDEPENDS:${PN} += "\ |
| 158 | catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \ | 158 | catatonit conmon ${VIRTUAL-RUNTIME_container_runtime} iptables libdevmapper \ |
| 159 | ${VIRTUAL-RUNTIME_container_dns} ${VIRTUAL-RUNTIME_container_networking} ${VIRTUAL-RUNTIME_base-utils-nsenter} \ | ||
| 159 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \ | 160 | ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \ |
| 160 | " | 161 | " |
| 161 | RRECOMMENDS:${PN} += "slirp4netns \ | 162 | RRECOMMENDS:${PN} += "slirp4netns \ |
