aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Sywula <krzysztof.m.sywula@intel.com>2014-11-20 19:37:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-31 10:17:25 +0000
commit239dd6d2a15677fc21bdae5ce601390b71d4b14a (patch)
tree37c7cc4c03966eee19dddf3dfdd4c9a0642f938d
parent6dae14efe736f3d9976a8a2e06df6c14082d0588 (diff)
downloadopenembedded-core-contrib-239dd6d2a15677fc21bdae5ce601390b71d4b14a.tar.gz
dtc: old SRC_URI died, changing to new working one
(From OE-Core rev: 131a17f014e6373dae526cc927588ccc0fedc38d) Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta/recipes-kernel/dtc/dtc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index 13f5508026..95023b6e97 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -6,7 +6,7 @@ DEPENDS = "flex-native bison-native"
inherit autotools-brokensep
-SRC_URI = "git://www.jdl.com/software/dtc.git \
+SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git \
file://make_install.patch \
"