Merge pull request #1576 from vpeter4/dtc_8

dtc: bump package, change url and use correct file type [backport of …
This commit is contained in:
Christian Hewitt 2017-05-01 01:02:39 +04:00 committed by GitHub
commit ffd9cb41f9

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"