aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-14 17:11:57 +0000
committerChris Larson <clarson@kergoth.com>2003-10-14 17:11:57 +0000
commitb5db8182558fbd4ddf6d8da6185fdbe1dc6df898 (patch)
treec9785c3cd9ec50b39d70b355483d49442e21be5a
parent3de04c76fd632318753c0172a9fad8f3f533295a (diff)
downloadopenembedded-b5db8182558fbd4ddf6d8da6185fdbe1dc6df898.tar.gz
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
-rw-r--r--tmdns/tmdns-20030116.oe14
-rw-r--r--tmdns/tmdns-20030116/busybox-init.d.patch0
-rw-r--r--tmdns/tmdns-20030116/char-signed-idiocy.patch0
3 files changed, 14 insertions, 0 deletions
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
--- /dev/null
+++ b/tmdns/tmdns-20030116/busybox-init.d.patch
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
--- /dev/null
+++ b/tmdns/tmdns-20030116/char-signed-idiocy.patch