mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
containerd: fix dependencies
This commit is contained in:
@@ -23,7 +23,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="APL"
|
PKG_LICENSE="APL"
|
||||||
PKG_SITE="https://containerd.tools/"
|
PKG_SITE="https://containerd.tools/"
|
||||||
PKG_URL="https://github.com/docker/containerd/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/docker/containerd/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_HOST="toolchain go"
|
PKG_DEPENDS_TARGET="toolchain go:host"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="system"
|
PKG_SECTION="system"
|
||||||
PKG_SHORTDESC="containerd is a daemon to control runC"
|
PKG_SHORTDESC="containerd is a daemon to control runC"
|
||||||
@@ -73,4 +73,3 @@ make_target() {
|
|||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user