diff options
author | Krzysztof Sywula <krzysztof.m.sywula@intel.com> | 2014-11-20 19:37:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-21 16:51:57 +0000 |
commit | 131a17f014e6373dae526cc927588ccc0fedc38d (patch) | |
tree | e04bb32191953bc3513294c01417ae84dab39463 /meta/recipes-kernel/dtc | |
parent | 323b2d27598df8fe18892559e093ae7281e99918 (diff) | |
download | openembedded-core-131a17f014e6373dae526cc927588ccc0fedc38d.tar.gz openembedded-core-131a17f014e6373dae526cc927588ccc0fedc38d.tar.bz2 openembedded-core-131a17f014e6373dae526cc927588ccc0fedc38d.zip |
dtc: old SRC_URI died, changing to new working one
Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/dtc')
-rw-r--r-- | meta/recipes-kernel/dtc/dtc.inc | 2 |
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 \ " |