summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-10-06 22:47:44 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-10-13 11:16:40 -0400
commitd549242592769bf97980955f4e741827523987c8 (patch)
tree30218268cbe20cc175259cf863795cb1883336da
parenta6ae07c0d36189128938987fe805f993e43707ab (diff)
downloadmeta-virtualization-d549242592769bf97980955f4e741827523987c8.tar.gz
podman: remove comment about runc
It seems that docker uses nowadays a rather vanilla version of runc, at the time of writing 1.0.0-rc8. This version has successfully tested with podman, hence remove the obsolete comment. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 35e6c2c2..f7866c6e 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -107,8 +107,6 @@ FILES_${PN} += " \
107 ${sysconfdir}/cni \ 107 ${sysconfdir}/cni \
108" 108"
109 109
110# Note that runc-opencontainers is the only currently tested
111# runc provider.
112RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo" 110RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo"
113RRECOMMENDS_${PN} += "slirp4netns" 111RRECOMMENDS_${PN} += "slirp4netns"
114RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" 112RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}"