dtc: bump package, change url and use correct file type

even if tar.xz is requested it is tar.gz returned
fixes as described https://forum.libreelec.tv/thread-7906-post-47449.html
This commit is contained in:
Peter Vicman 2017-04-30 08:19:22 +02:00
parent 32af1d41cd
commit d80db1e21f

View File

@ -17,11 +17,11 @@
################################################################################
PKG_NAME="dtc"
PKG_VERSION="1.4.2"
PKG_VERSION="1.4.4"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://git.kernel.org/cgit/utils/dtc/dtc.git"
PKG_URL="https://git.kernel.org/cgit/utils/dtc/dtc.git/snapshot/$PKG_VERSION.tar.xz"
PKG_SITE="https://git.kernel.org/pub/scm/utils/dtc/dtc.git/"
PKG_URL="https://git.kernel.org/pub/scm/utils/dtc/dtc.git/snapshot/$PKG_VERSION.tar.gz"
PKG_SOURCE_DIR="$PKG_VERSION"
PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="tools"