From: Stefan Agner <[email protected]> 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 <[email protected]> --- 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 64e2672..db595a5 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -113,8 +113,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)}" -- 2.20.1 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
