From 22988891bd66f4e65ba47b7e5eb261da281e6cba Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 24 May 2011 14:55:36 -0700 Subject: dtc: Cleanup and update recipe Signed-off-by: Saul Wold --- meta/recipes-kernel/dtc/dtc.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'meta/recipes-kernel/dtc/dtc.inc') 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" DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." SECTION = "bootloader" PRIORITY = "optional" -LICENSE = "GPL" +LICENSE = "GPL2 | BSD" DEPENDS = "flex-native bison-native" inherit autotools @@ -11,3 +11,9 @@ do_install() { install -m 0755 -d ${D}${bindir} install -m 755 dtc ${D}${bindir}/dtc } +SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git \ + file://fix_for_compilation_with_gcc_4.6.0.patch" + +INC_PR = "r0" + +S = "${WORKDIR}/git" -- cgit 1.2.3-korg