containerd: fix dependencies

This commit is contained in:
Lukas Rusak 2017-01-20 14:55:23 -08:00
parent 2eb49f99ba
commit 68be541077
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -22,7 +22,7 @@ PKG_ARCH="any"
PKG_LICENSE="APL"
PKG_SITE="https://containerd.tools/"
PKG_URL="https://github.com/docker/containerd/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="toolchain go"
PKG_DEPENDS_TARGET="toolchain go:host"
PKG_SECTION="system"
PKG_SHORTDESC="containerd is a daemon to control runC"
PKG_LONGDESC="containerd is a daemon to control runC, built for performance and density. containerd leverages runC's advanced features such as seccomp and user namespace support as well as checkpoint and restore for cloning and live migration of containers."
@ -74,4 +74,3 @@ make_target() {
makeinstall_target() {
:
}