Merge pull request #3953 from MilhouseVH/le10_fix_dependencies

util-linux: add missing dependencies
This commit is contained in:
Sascha Kühndel 2019-10-29 16:46:39 +01:00 committed by GitHub
commit 509dbb2e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ PKG_VERSION="2.33.2"
PKG_SHA256="631be8eac6cf6230ba478de211941d526808dba3cd436380793334496013ce97"
PKG_LICENSE="GPL"
PKG_URL="http://www.kernel.org/pub/linux/utils/util-linux/v${PKG_VERSION%.*}/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host pkg-config:host"
PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host intltool:host libtool:host pkg-config:host"
PKG_DEPENDS_TARGET="toolchain"
PKG_DEPENDS_INIT="toolchain"
PKG_LONGDESC="A large variety of low-level system utilities that are necessary for a Linux system to function."