summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc_git.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc_git.inc')
-rw-r--r--meta/recipes-kernel/dtc/dtc_git.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/dtc/dtc_git.inc b/meta/recipes-kernel/dtc/dtc_git.inc
index 6b7acd53ba..2400cfe52f 100644
--- a/meta/recipes-kernel/dtc/dtc_git.inc
+++ b/meta/recipes-kernel/dtc/dtc_git.inc
@@ -1,7 +1,8 @@
1SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git" 1SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \
2 file://fix_for_compilation_with_gcc_4.6.0.patch"
2 3
3SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a" 4SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a"
4PV = "1.2.0+git${SRCPV}" 5PV = "1.2.0+git${SRCPV}"
5PR = "r2" 6PR = "r3"
6 7
7S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"