diff options
Diffstat (limited to 'tmdns/tmdns_20030116.oe')
-rw-r--r-- | tmdns/tmdns_20030116.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tmdns/tmdns_20030116.oe b/tmdns/tmdns_20030116.oe index 2eeffb5005..446cd2d7c6 100644 --- a/tmdns/tmdns_20030116.oe +++ b/tmdns/tmdns_20030116.oe @@ -2,9 +2,9 @@ DEPENDS = "virtual/libc" DESCRIPTION = "tmdns is a multicast DNS server." SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/zeroconf;module=tmdns;date=${PV} \ - file://${FILESDIR}/install-init.d.patch;patch=1 \ - file://${FILESDIR}/busybox-init.d.patch;patch=1 \ - file://${FILESDIR}/char-signed-idiocy.patch;patch=1" + 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 |