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.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index e068df3c73..cfed15a4c5 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -2,7 +2,7 @@ SUMMARY = "Device Tree Compiler"
2DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." 2DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
3SECTION = "bootloader" 3SECTION = "bootloader"
4PRIORITY = "optional" 4PRIORITY = "optional"
5LICENSE = "GPL" 5LICENSE = "GPL2 | BSD"
6DEPENDS = "flex-native bison-native" 6DEPENDS = "flex-native bison-native"
7 7
8inherit autotools 8inherit autotools
@@ -11,3 +11,9 @@ do_install() {
11 install -m 0755 -d ${D}${bindir} 11 install -m 0755 -d ${D}${bindir}
12 install -m 755 dtc ${D}${bindir}/dtc 12 install -m 755 dtc ${D}${bindir}/dtc
13} 13}
14SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \
15 file://fix_for_compilation_with_gcc_4.6.0.patch"
16
17INC_PR = "r0"
18
19S = "${WORKDIR}/git"