summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-03-21 08:52:22 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-03-21 09:49:12 -0400
commitceae7b66486345ed68a9e8749b6dbf7956ed543b (patch)
tree4c8c98a35d32dbef4a1f4530bfdc30d684f340e4 /recipes-containers/runc/runc-docker_git.bb
parent2890f194466f77da72c2eb13130bb32064a9c2e8 (diff)
downloadmeta-virtualization-ceae7b66486345ed68a9e8749b6dbf7956ed543b.tar.gz
docker-runc: drop docker RRECOMMENDS
runc shouldn't be RRECOMMENDing docker, since it is already a RDEPENDS of docker. If we have this RRECOMMEND, you cannot easily vary the docker and docker-ce packages with this runc variant. We could restore this RRECOMMEND in the future if a virtual/docker dependency is introduced. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/runc/runc-docker_git.bb')
-rw-r--r--recipes-containers/runc/runc-docker_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index 4eb2d078..8b70fa72 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -1,7 +1,5 @@
1include runc.inc 1include runc.inc
2 2
3RRECOMMENDS_${PN} = "lxc docker"
4
5# Note: this rev is before the required protocol field, update when all components 3# Note: this rev is before the required protocol field, update when all components
6# have been updated to match. 4# have been updated to match.
7SRCREV_runc-docker = "6635b4f0c6af3810594d2770f662f34ddc15b40d" 5SRCREV_runc-docker = "6635b4f0c6af3810594d2770f662f34ddc15b40d"