runc: fix dependencies

This commit is contained in:
Lukas Rusak
2017-01-20 14:55:23 -08:00
parent c1829d4b6b
commit 94ba7c6ab0

View File

@@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="APL"
PKG_SITE="https://github.com/opencontainers/runc"
PKG_URL="https://github.com/opencontainers/runc/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="toolchain go"
PKG_DEPENDS_TARGET="toolchain go:host"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="runc is a CLI tool for spawning and running containers according to the OCI specification"