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>
This commit is contained in:
Bruce Ashfield 2019-03-21 08:52:22 -04:00
parent 2890f19446
commit ceae7b6648

View File

@ -1,7 +1,5 @@
include runc.inc include runc.inc
RRECOMMENDS_${PN} = "lxc docker"
# Note: this rev is before the required protocol field, update when all components # Note: this rev is before the required protocol field, update when all components
# have been updated to match. # have been updated to match.
SRCREV_runc-docker = "6635b4f0c6af3810594d2770f662f34ddc15b40d" SRCREV_runc-docker = "6635b4f0c6af3810594d2770f662f34ddc15b40d"