From b5db8182558fbd4ddf6d8da6185fdbe1dc6df898 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 14 Oct 2003 17:11:57 +0000 Subject: tmdns: add busybox patch to fixup the start-stop-daemon calls, and a patch to correct a getopt handling bug (they made assumptions about character signedness. BAD developers. No cookie for you). BKrev: 3f8c2e5dAWe6asb5HVqJtXwIKbQSog --- tmdns/tmdns-20030116.oe | 14 ++++++++++++++ tmdns/tmdns-20030116/busybox-init.d.patch | 0 tmdns/tmdns-20030116/char-signed-idiocy.patch | 0 3 files changed, 14 insertions(+) create mode 100644 tmdns/tmdns-20030116/busybox-init.d.patch create mode 100644 tmdns/tmdns-20030116/char-signed-idiocy.patch (limited to 'tmdns') diff --git a/tmdns/tmdns-20030116.oe b/tmdns/tmdns-20030116.oe index e69de29bb2..37973205af 100644 --- a/tmdns/tmdns-20030116.oe +++ b/tmdns/tmdns-20030116.oe @@ -0,0 +1,14 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +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 +S = ${WORKDIR}/${PN} + +inherit autotools + +do_install () { + oe_runmake 'DESTDIR=${D}' 'INIT_DIR=${sysconfdir}/init.d' install +} diff --git a/tmdns/tmdns-20030116/busybox-init.d.patch b/tmdns/tmdns-20030116/busybox-init.d.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tmdns/tmdns-20030116/char-signed-idiocy.patch b/tmdns/tmdns-20030116/char-signed-idiocy.patch new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3