Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] dtc: update source url
@ 2015-01-11  8:25 Fabio Porcedda
  2015-01-12 22:54 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Porcedda @ 2015-01-11  8:25 UTC (permalink / raw)
  To: buildroot

The url of the git repository is changed so use the updated one.

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: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 package/dtc/dtc.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
index 51b5b4e..ba1280e 100644
--- a/package/dtc/dtc.mk
+++ b/package/dtc/dtc.mk
@@ -5,7 +5,8 @@
 ################################################################################
 
 DTC_VERSION = v1.4.0
-DTC_SITE = git://git.jdl.com/software/dtc.git
+DTC_SITE = https://git.kernel.org/pub/scm/utils/dtc/dtc.git
+DTC_SITE_METHOD = git
 DTC_LICENSE = GPLv2+/BSD-2c
 DTC_LICENSE_FILES = README.license GPL
 DTC_INSTALL_STAGING = YES
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-13 17:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-11  8:25 [Buildroot] [PATCH] dtc: update source url Fabio Porcedda
2015-01-12 22:54 ` Yann E. MORIN
2015-01-13 17:50   ` Fabio Porcedda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox