summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc.inc')
-rw-r--r--meta/recipes-kernel/dtc/dtc.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index 0f45d5f08e..9b4b7682b8 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -7,10 +7,11 @@ DEPENDS = "flex-native bison-native"
7inherit autotools 7inherit autotools
8 8
9SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \ 9SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \
10 file://make_install.patch \
10 " 11 "
11 12
12EXTRA_OEMAKE='PREFIX="${prefix}"' 13EXTRA_OEMAKE='PREFIX="${prefix}"'
13INC_PR = "r1" 14INC_PR = "r2"
14 15
15S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
16 17