diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-21 08:57:22 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-21 09:49:12 -0400 |
commit | 9ce802c52a5325a2caa3b83db03e47bf1ade7bcb (patch) | |
tree | 90ca8bc256dae247f72473358ec1e22c7a17f744 | |
parent | ceae7b66486345ed68a9e8749b6dbf7956ed543b (diff) | |
download | meta-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.inc | 1 |
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 | ||
20 | GO_IMPORT = "import" | 20 | GO_IMPORT = "import" |
21 | 21 | ||
22 | RRECOMMENDS_${PN} = "lxc docker" | ||
23 | CONTAINERD_PKG="github.com/containerd/containerd" | 22 | CONTAINERD_PKG="github.com/containerd/containerd" |
24 | 23 | ||
25 | INSANE_SKIP_${PN} += "ldflags" | 24 | INSANE_SKIP_${PN} += "ldflags" |