From: Jeremy Laine Date: Sat, 1 Dec 2007 10:45:09 +0000 (+0000) Subject: dtc-native: package version 1.0.0 of the device tree compiler X-Git-Tag: Release-2010-05/1~8251 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74370887caed1bbe586ea1c6a6159240f7c4e182;p=openembedded.git dtc-native: package version 1.0.0 of the device tree compiler * improve the package description * make 1.0.0 the default preferred version --- diff --git a/packages/dtc/dtc-native_1.0.0.bb b/packages/dtc/dtc-native_1.0.0.bb new file mode 100644 index 0000000000..35c9b1161c --- /dev/null +++ b/packages/dtc/dtc-native_1.0.0.bb @@ -0,0 +1,16 @@ +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" + +SRC_URI = "http://www.jdl.com/pub/software/dtc-${PV}.tgz" + +S = "${WORKDIR}/dtc" + +inherit autotools native + +do_stage() { + install -m 755 dtc ${STAGING_BINDIR}/dtc +}