From d549242592769bf97980955f4e741827523987c8 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sun, 6 Oct 2019 22:47:44 +0200 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/podman/podman_git.bb | 2 -- 1 file changed, 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} += " \ ${sysconfdir}/cni \ " -# Note that runc-opencontainers is the only currently tested -# runc provider. RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo" RRECOMMENDS_${PN} += "slirp4netns" RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" -- cgit v1.2.3-54-g00ecf