From ceae7b66486345ed68a9e8749b6dbf7956ed543b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 21 Mar 2019 08:52:22 -0400 Subject: 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 --- recipes-containers/runc/runc-docker_git.bb | 2 -- 1 file changed, 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 @@ include runc.inc -RRECOMMENDS_${PN} = "lxc docker" - # Note: this rev is before the required protocol field, update when all components # have been updated to match. SRCREV_runc-docker = "6635b4f0c6af3810594d2770f662f34ddc15b40d" -- cgit v1.2.3-54-g00ecf