diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2019-10-06 22:47:44 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-10-13 11:16:40 -0400 |
commit | d549242592769bf97980955f4e741827523987c8 (patch) | |
tree | 30218268cbe20cc175259cf863795cb1883336da | |
parent | a6ae07c0d36189128938987fe805f993e43707ab (diff) | |
download | meta-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.bb | 2 |
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. | ||
112 | RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo" | 110 | RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo" |
113 | RRECOMMENDS_${PN} += "slirp4netns" | 111 | RRECOMMENDS_${PN} += "slirp4netns" |
114 | RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" | 112 | RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" |