[oe-commits] Tim 'timtim' Ellis : miconapl: This package is copyright of buffalo tech. and does not work outside the manufacturer firmware. Also it is supersceded by a newer version of micro-evtd which works great, is GPL and already in OE

GIT User account git at amethyst.openembedded.net
Thu Jan 15 23:32:27 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6c0129981552e4f9b903cb68137ef401f3f6efb6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6c0129981552e4f9b903cb68137ef401f3f6efb6

Author: Tim 'timtim' Ellis <tim.ellis at foonas.org>
Date:   Thu Jan 15 23:31:08 2009 +0000

miconapl: This package is copyright of buffalo tech. and does not work outside the manufacturer firmware. Also it is supersceded by a newer version of micro-evtd which works great, is GPL and already in OE

---

 packages/miconapl/miconapl_0.0.1.bb |   31 -------------------------------
 1 files changed, 0 insertions(+), 31 deletions(-)

diff --git a/packages/miconapl/miconapl_0.0.1.bb b/packages/miconapl/miconapl_0.0.1.bb
deleted file mode 100644
index c5e27ee..0000000
--- a/packages/miconapl/miconapl_0.0.1.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION = "miconapl daemon for ARM Linkstations"
-SECTION = "console/network"
-DEPENDS = ""
-PR = "r2"
-LICENSE = "GPL"
-COMPATIBLE_MACHINE = "lsarm"
-
-SRC_URI = "http://downloads.linkstationwiki.net/Users/timtimred/lsarm/miconapl.tar.gz"
-
-inherit autotools gettext update-rc.d
-
-S = ${WORKDIR}/miconapl
-
-FILES_${PN} += "/usr/lib/libbuffalo_bin.so"
-
-INITSCRIPT_NAME = "miconapl"
-INITSCRIPT_PARAMS = "defaults 95"
-
-do_configure() {
-}
-
-do_compile() {
-}
-
-do_install() {
-	mkdir -p ${D}/usr/lib
-	install -D -m 0755 ${S}/usr/lib/libbuffalo_bin.so ${D}/usr/lib/
-	install -D -m 0755 ${S}/usr/local/sbin/miconapl ${D}${sbindir}/miconapl
-	install -D -m 0755 ${S}/etc/init.d/miconapl ${D}${sysconfdir}/init.d/miconapl
-	install -D -m 0755 ${S}/etc/init.d/logtag ${D}${sysconfdir}/init.d/logtag
-}





More information about the Openembedded-commits mailing list