slice-firmware: fix dependency

This commit is contained in:
MilhouseVH 2019-02-13 15:10:54 +00:00
parent 812739f7d6
commit 78d97cc12b

View File

@ -8,7 +8,7 @@ PKG_ARCH="arm"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/FiveNinjas/slice-firmware" PKG_SITE="https://github.com/FiveNinjas/slice-firmware"
PKG_URL="https://github.com/libreelec/slice-firmware/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/libreelec/slice-firmware/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain dtc:host" PKG_DEPENDS_TARGET="toolchain dtc:host linux"
PKG_LONGDESC="BCM270x firmware related stuff for Slice" PKG_LONGDESC="BCM270x firmware related stuff for Slice"
PKG_TOOLCHAIN="manual" PKG_TOOLCHAIN="manual"