From 7a7b2d16010a0d65ae62e26050dbfef71785b91b Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Wed, 15 Oct 2014 00:02:44 +0200 Subject: [PATCH] dtc: Update source URLs. The repository seems to have moved and isn't reachable at the old site anymore. --- sys-apps/dtc/dtc-1.4.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/dtc/dtc-1.4.0.recipe b/sys-apps/dtc/dtc-1.4.0.recipe index 5ce728515..86834097a 100644 --- a/sys-apps/dtc/dtc-1.4.0.recipe +++ b/sys-apps/dtc/dtc-1.4.0.recipe @@ -2,8 +2,8 @@ SUMMARY="The Device Tree Compiler" DESCRIPTION=" The Device Tree Compiler " -HOMEPAGE="http://git.jdl.com/gitweb/?p=dtc.git;a=summary" -SRC_URI="git://git.jdl.com/software/dtc.git#v1.4.0" +HOMEPAGE="https://git.kernel.org/cgit/utils/dtc/dtc.git" +SRC_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git#v1.4.0" LICENSE="GNU GPL v2" COPYRIGHT="2005 David Gibson, IBM Corporation" REVISION="1"