summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Sywula <krzysztof.m.sywula@intel.com>2015-03-09 20:26:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-10 12:08:25 +0000
commita92ee6a03f73275160636f174babb0c84bda2ccb (patch)
treec77f33e9d28679946878a3dc5bae44c43fb8a386
parent057a68d8ffaa14e4e72b0e977ef3e6079e000692 (diff)
downloadpoky-a92ee6a03f73275160636f174babb0c84bda2ccb.tar.gz
dtc: old SRC_URI died, changing to new working one
(From OE-Core rev: 131a17f014e6373dae526cc927588ccc0fedc38d) (From OE-Core rev: bd2ed00b7062afbd300dc59d3f5f5ab90894d9c3) Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 18847c613f..30bbcfdadf 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -6,7 +6,7 @@ DEPENDS = "flex-native bison-native"
6 6
7inherit autotools 7inherit autotools
8 8
9SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \ 9SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;protocol=git \
10 file://make_install.patch \ 10 file://make_install.patch \
11 " 11 "
12 12