dtc: Add snapshot of dtc
authorOyvind Repvik <nail@nslu2-linux.org>
Thu, 15 Mar 2007 21:26:08 +0000 (21:26 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Thu, 15 Mar 2007 21:26:08 +0000 (21:26 +0000)
packages/dtc/dtc-native_20070216.bb [new file with mode: 0644]

diff --git a/packages/dtc/dtc-native_20070216.bb b/packages/dtc/dtc-native_20070216.bb
new file mode 100644 (file)
index 0000000..8d8cf51
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "dtc tool"
+SECTION = "bootloader"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+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
+}