From: Tim 'timtim' Ellis Date: Sat, 17 Jan 2009 12:46:16 +0000 (+0000) Subject: micro-evtd: Remove the buffalo copyright proprietary version of this utility for... X-Git-Tag: Release-2010-05/1~4314 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ba9573d32b5ad96f72968da490f5383dd912844;p=openembedded.git micro-evtd: Remove the buffalo copyright proprietary version of this utility for lsarm which doesnt exist anymore. Its broken, and its not oss. --- 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 -}