diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-15 23:31:08 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-15 23:31:08 +0000 |
commit | 6c0129981552e4f9b903cb68137ef401f3f6efb6 (patch) | |
tree | c7ae893761b3161e1fa2e27332e0d443c0b7f3f2 /packages | |
parent | 1b2a5827211ecc77d74e89df47ade19977739af7 (diff) |
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
Diffstat (limited to 'packages')
-rw-r--r-- | 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 c5e27ee004..0000000000 --- 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 -} |