summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker_git.bb
diff options
context:
space:
mode:
authorPaul Barker <paul@betafive.co.uk>2019-01-11 17:29:37 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2019-01-16 10:28:25 -0500
commit8bd3ee327db71544bb29673f72a89064ab0df6f4 (patch)
treef5f43b63ae0297a141ed7d5673940f6f4d238b5a /recipes-containers/runc/runc-docker_git.bb
parentea4ea5fbc3f305fd3ce757573cbdacd23438f31d (diff)
downloadmeta-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-docker_git.bb')
-rw-r--r--recipes-containers/runc/runc-docker_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index 02bda318..11fa68aa 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -1,5 +1,7 @@
1include runc.inc 1include runc.inc
2 2
3RRECOMMENDS_${PN} = "lxc docker"
4
3# Note: this rev is before the required protocol field, update when all components 5# Note: this rev is before the required protocol field, update when all components
4# have been updated to match. 6# have been updated to match.
5SRCREV_runc-docker = "6a2c15596845f6ff5182e2022f38a65e5dfa88eb" 7SRCREV_runc-docker = "6a2c15596845f6ff5182e2022f38a65e5dfa88eb"