diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-17 12:46:16 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-17 12:46:16 +0000 |
commit | 6ba9573d32b5ad96f72968da490f5383dd912844 (patch) | |
tree | d71d8fc17ab9cde949848215248188a4913befed /packages/micro-evtd | |
parent | 394cf460b85b51a4a168b9276037c849e853d92c (diff) |
micro-evtd: Remove the buffalo copyright proprietary version of this utility for lsarm which doesnt exist anymore. Its broken, and its not oss.
Diffstat (limited to 'packages/micro-evtd')
-rw-r--r-- | packages/micro-evtd/micro-evtd_0.0.1.bb | 22 |
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 -} |