aboutsummaryrefslogtreecommitdiffstats
path: root/tmdns/tmdns_20030116.oe
diff options
context:
space:
mode:
Diffstat (limited to 'tmdns/tmdns_20030116.oe')
-rw-r--r--tmdns/tmdns_20030116.oe15
1 files changed, 0 insertions, 15 deletions
diff --git a/tmdns/tmdns_20030116.oe b/tmdns/tmdns_20030116.oe
deleted file mode 100644
index 9907a52285..0000000000
--- a/tmdns/tmdns_20030116.oe
+++ /dev/null
@@ -1,15 +0,0 @@
-LICENSE = GPL
-SECTION = "console/network"
-DESCRIPTION = "tmdns is a multicast DNS server."
-
-SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/zeroconf;module=tmdns;date=${PV} \
- file://install-init.d.patch;patch=1 \
- file://busybox-init.d.patch;patch=1 \
- file://char-signed-idiocy.patch;patch=1"
-S = "${WORKDIR}/tmdns"
-
-inherit autotools
-
-do_install () {
- oe_runmake 'DESTDIR=${D}' 'INIT_DIR=${sysconfdir}/init.d' install
-}