mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
2890f19446
commit
ceae7b6648
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user