summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-17 12:46:16 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-17 12:46:16 +0000
commit6ba9573d32b5ad96f72968da490f5383dd912844 (patch)
treed71d8fc17ab9cde949848215248188a4913befed
parent394cf460b85b51a4a168b9276037c849e853d92c (diff)
micro-evtd: Remove the buffalo copyright proprietary version of this utility for lsarm which doesnt exist anymore. Its broken, and its not oss.
-rw-r--r--packages/micro-evtd/micro-evtd_0.0.1.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/micro-evtd/micro-evtd_0.0.1.bb b/packages/micro-evtd/micro-evtd_0.0.1.bb
deleted file mode 100644
index c66975c6ae..0000000000
--- a/packages/micro-evtd/micro-evtd_0.0.1.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "micro_evtd daemon for ARM Linkstations"
-SECTION = "console/network"
-PR = "r2"
-LICENSE = "GPL"
-COMPATIBLE_MACHINE = "(lsarm)"
-
-SRC_URI = "http://downloads.linkstationwiki.net/Users/timtimred/lsarm/micro_evtd.tar.gz"
-
-inherit autotools gettext update-rc.d
-
-S = ${WORKDIR}/micro_evtd
-
-INITSCRIPT_NAME = "microevtd"
-INITSCRIPT_PARAMS = "defaults 92"
-
-do_configure() {
-}
-
-do_install() {
- install -D -m 0755 ${S}/micro_evtd ${D}${sbindir}/micro_evtd
- install -D -m 0755 ${S}/init ${D}${sysconfdir}/init.d/microevtd
-}