summaryrefslogtreecommitdiff
path: root/packages/dtc/dtc_git.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@witty.(none)>2009-01-06 17:06:14 +0100
committerLeon Woestenberg <leon@witty.(none)>2009-01-06 17:07:17 +0100
commit7a9edc3215b693073101e2691aefb93804493336 (patch)
tree6391075f24153332314e478a0f290b6e9ab57eb1 /packages/dtc/dtc_git.bb
parente625b67830de99dc50610802c9412bd92baced46 (diff)
dtc: Add 1.2.0 and use -native.inc and .inc files.
Diffstat (limited to 'packages/dtc/dtc_git.bb')
-rw-r--r--packages/dtc/dtc_git.bb13
1 files changed, 3 insertions, 10 deletions
diff --git a/packages/dtc/dtc_git.bb b/packages/dtc/dtc_git.bb
index e8523173a1..638d472898 100644
--- a/packages/dtc/dtc_git.bb
+++ b/packages/dtc/dtc_git.bb
@@ -1,15 +1,8 @@
-DESCRIPTION = "dtc tool"
-SECTION = "bootloader"
-PRIORITY = "optional"
-LICENSE = "GPL"
+require dtc.inc
+
+PR = "r1"
SRC_URI = "git://www.jdl.com/software/dtc.git;protocol=git"
S = "${WORKDIR}/git"
-inherit autotools
-
-do_install() {
- install -m 0755 -d ${D}${bindir}
- install -m 755 dtc ${D}${bindir}/dtc
-}