diff options
author | Paul Barker <paul@betafive.co.uk> | 2019-01-11 17:29:37 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2019-01-16 10:28:25 -0500 |
commit | 8bd3ee327db71544bb29673f72a89064ab0df6f4 (patch) | |
tree | f5f43b63ae0297a141ed7d5673940f6f4d238b5a /recipes-containers/runc/runc.inc | |
parent | ea4ea5fbc3f305fd3ce757573cbdacd23438f31d (diff) | |
download | meta-virtualization-8bd3ee327db71544bb29673f72a89064ab0df6f4.tar.gz |
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>
Diffstat (limited to 'recipes-containers/runc/runc.inc')
-rw-r--r-- | recipes-containers/runc/runc.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-containers/runc/runc.inc b/recipes-containers/runc/runc.inc index 6d11a6ef..5a2ca31a 100644 --- a/recipes-containers/runc/runc.inc +++ b/recipes-containers/runc/runc.inc | |||
@@ -17,7 +17,6 @@ inherit pkgconfig | |||
17 | PACKAGECONFIG ??= "" | 17 | PACKAGECONFIG ??= "" |
18 | PACKAGECONFIG[seccomp] = "seccomp,,libseccomp" | 18 | PACKAGECONFIG[seccomp] = "seccomp,,libseccomp" |
19 | 19 | ||
20 | RRECOMMENDS_${PN} = "lxc docker" | ||
21 | PROVIDES += "virtual/runc" | 20 | PROVIDES += "virtual/runc" |
22 | RPROVIDES_${PN} = "virtual/runc" | 21 | RPROVIDES_${PN} = "virtual/runc" |
23 | 22 | ||