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>
This commit is contained in:
Bruce Ashfield 2019-03-21 08:57:22 -04:00
parent ceae7b6648
commit 9ce802c52a

View File

@ -19,7 +19,6 @@ inherit goarch
GO_IMPORT = "import"
RRECOMMENDS_${PN} = "lxc docker"
CONTAINERD_PKG="github.com/containerd/containerd"
INSANE_SKIP_${PN} += "ldflags"