From 7a9edc3215b693073101e2691aefb93804493336 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Tue, 6 Jan 2009 17:06:14 +0100 Subject: dtc: Add 1.2.0 and use -native.inc and .inc files. --- packages/dtc/dtc-native_1.1.0.bb | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'packages/dtc/dtc-native_1.1.0.bb') diff --git a/packages/dtc/dtc-native_1.1.0.bb b/packages/dtc/dtc-native_1.1.0.bb index 043e601328..650ba2c9f1 100644 --- a/packages/dtc/dtc-native_1.1.0.bb +++ b/packages/dtc/dtc-native_1.1.0.bb @@ -1,16 +1,6 @@ -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" - -DEFAULT_PREFERENCE = "1" +require dtc-native.inc SRC_URI = "http://www.jdl.com/software/dtc-v${PV}.tgz" S = "${WORKDIR}/dtc-v${PV}" -inherit autotools native - -do_stage() { - install -m 755 dtc ${STAGING_BINDIR}/dtc -} -- cgit v1.2.3