Merge pull request #1575 from vpeter4/dtc

dtc: change url and use correct file type
This commit is contained in:
Christian Hewitt 2017-04-30 13:43:38 +04:00 committed by GitHub
commit 4905ad5117

View File

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