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>
This commit is contained in:
Stefan Agner 2019-10-06 22:47:44 +02:00 committed by Bruce Ashfield
parent a6ae07c0d3
commit d549242592

View File

@ -107,8 +107,6 @@ FILES_${PN} += " \
${sysconfdir}/cni \ ${sysconfdir}/cni \
" "
# Note that runc-opencontainers is the only currently tested
# runc provider.
RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo" RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo"
RRECOMMENDS_${PN} += "slirp4netns" RRECOMMENDS_${PN} += "slirp4netns"
RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}"