mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
runc.inc: Move RRECOMMENDS to runc-docker
If we're building runc-opencontainers it's likely that we're not using docker. Signed-off-by: Paul Barker <paul@betafive.co.uk> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
ea4ea5fbc3
commit
8bd3ee327d
|
@ -1,5 +1,7 @@
|
||||||
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 = "6a2c15596845f6ff5182e2022f38a65e5dfa88eb"
|
SRCREV_runc-docker = "6a2c15596845f6ff5182e2022f38a65e5dfa88eb"
|
||||||
|
|
|
@ -17,7 +17,6 @@ inherit pkgconfig
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[seccomp] = "seccomp,,libseccomp"
|
PACKAGECONFIG[seccomp] = "seccomp,,libseccomp"
|
||||||
|
|
||||||
RRECOMMENDS_${PN} = "lxc docker"
|
|
||||||
PROVIDES += "virtual/runc"
|
PROVIDES += "virtual/runc"
|
||||||
RPROVIDES_${PN} = "virtual/runc"
|
RPROVIDES_${PN} = "virtual/runc"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user