mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
dosfstools: switch from toolchain:host depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
bfb526647f
commit
9603434bb1
@ -8,9 +8,9 @@ PKG_SHA256="64926eebf90092dca21b14259a5301b7b98e7b1943e8a201c7d726084809b527"
|
|||||||
PKG_LICENSE="GPLv3"
|
PKG_LICENSE="GPLv3"
|
||||||
PKG_SITE="https://github.com/dosfstools/dosfstools"
|
PKG_SITE="https://github.com/dosfstools/dosfstools"
|
||||||
PKG_URL="https://github.com/dosfstools/dosfstools/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/dosfstools/dosfstools/releases/download/v${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_HOST="toolchain:host"
|
PKG_DEPENDS_HOST="autotools:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="autotools:host gcc:host"
|
||||||
PKG_DEPENDS_INIT="toolchain"
|
PKG_DEPENDS_INIT="autotools:host gcc:host"
|
||||||
PKG_LONGDESC="dosfstools contains utilities for making and checking MS-DOS FAT filesystems."
|
PKG_LONGDESC="dosfstools contains utilities for making and checking MS-DOS FAT filesystems."
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-compat-symlinks"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-compat-symlinks"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user