diff options
author | Leon Woestenberg <leon@witty.(none)> | 2009-01-06 17:06:14 +0100 |
---|---|---|
committer | Leon Woestenberg <leon@witty.(none)> | 2009-01-06 17:07:17 +0100 |
commit | 7a9edc3215b693073101e2691aefb93804493336 (patch) | |
tree | 6391075f24153332314e478a0f290b6e9ab57eb1 /packages/dtc/dtc-native_1.1.0.bb | |
parent | e625b67830de99dc50610802c9412bd92baced46 (diff) |
dtc: Add 1.2.0 and use -native.inc and .inc files.
Diffstat (limited to 'packages/dtc/dtc-native_1.1.0.bb')
-rw-r--r-- | packages/dtc/dtc-native_1.1.0.bb | 12 |
1 files changed, 1 insertions, 11 deletions
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 -} |