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_20070216.bb | |
parent | e625b67830de99dc50610802c9412bd92baced46 (diff) |
dtc: Add 1.2.0 and use -native.inc and .inc files.
Diffstat (limited to 'packages/dtc/dtc-native_20070216.bb')
-rw-r--r-- | packages/dtc/dtc-native_20070216.bb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/packages/dtc/dtc-native_20070216.bb b/packages/dtc/dtc-native_20070216.bb index 8d8cf517a0..7087444823 100644 --- a/packages/dtc/dtc-native_20070216.bb +++ b/packages/dtc/dtc-native_20070216.bb @@ -1,14 +1,6 @@ -DESCRIPTION = "dtc tool" -SECTION = "bootloader" -PRIORITY = "optional" -LICENSE = "GPL" +require dtc-native.inc 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 -} |