]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
dtc: fix project and download url
authorPeter Seiderer <ps.report@gmx.net>
Tue, 13 Jan 2015 19:40:01 +0000 (20:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 14 Jan 2015 19:40:25 +0000 (20:40 +0100)
This fix the error:

fatal: unable to connect to git.jdl.com:
git.jdl.com[0: 208.123.73.151]: errno=Connection refused

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/dtc/Config.in
package/dtc/dtc.mk

index 7b02dd22a9f162d9d6ece564040daaa96abbb2df..39223f722683102d31d4bee494d127456a017c6b 100644 (file)
@@ -8,7 +8,7 @@ config BR2_PACKAGE_DTC
          Note that only the library is installed.
          If you want the programs, say 'y' here, and to "dtc programs", below.
 
-         http://git.jdl.com/gitweb/?p=dtc.git  (no home page)
+         https://git.kernel.org/cgit/utils/dtc/dtc.git
 
 if BR2_PACKAGE_DTC
 
index 51b5b4e3c7226d2bf20d46c0f177558eb619ae80..6fd5064e7570f5e9154125e6d3de0c92183d7ffd 100644 (file)
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-DTC_VERSION = v1.4.0
-DTC_SITE = git://git.jdl.com/software/dtc.git
+DTC_VERSION = 1.4.0
+DTC_SOURCE = dtc-$(DTC_VERSION).tar.xz
+DTC_SITE = https://www.kernel.org/pub/software/utils/dtc
 DTC_LICENSE = GPLv2+/BSD-2c
 DTC_LICENSE_FILES = README.license GPL
 DTC_INSTALL_STAGING = YES