summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-03-21 08:57:22 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-03-21 09:49:12 -0400
commit9ce802c52a5325a2caa3b83db03e47bf1ade7bcb (patch)
tree90ca8bc256dae247f72473358ec1e22c7a17f744
parentceae7b66486345ed68a9e8749b6dbf7956ed543b (diff)
downloadmeta-virtualization-9ce802c52a5325a2caa3b83db03e47bf1ade7bcb.tar.gz
containerd: remove docker/lxc RRECOMMENDS
containerd has evolved since it was introduced and it no longer makes sense for it to pull in container runtimes as RRECOMMENDS. In particular most users don't want lxc to be pulled in, and the hardcoded docker recommendation makes it difficult to vary the docker implementation. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/containerd/containerd.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-containers/containerd/containerd.inc b/recipes-containers/containerd/containerd.inc
index 91b4ebc6..2a2d8c5c 100644
--- a/recipes-containers/containerd/containerd.inc
+++ b/recipes-containers/containerd/containerd.inc
@@ -19,7 +19,6 @@ inherit goarch
19 19
20GO_IMPORT = "import" 20GO_IMPORT = "import"
21 21
22RRECOMMENDS_${PN} = "lxc docker"
23CONTAINERD_PKG="github.com/containerd/containerd" 22CONTAINERD_PKG="github.com/containerd/containerd"
24 23
25INSANE_SKIP_${PN} += "ldflags" 24INSANE_SKIP_${PN} += "ldflags"