diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-14 17:11:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-14 17:11:57 +0000 |
commit | b5db8182558fbd4ddf6d8da6185fdbe1dc6df898 (patch) | |
tree | c9785c3cd9ec50b39d70b355483d49442e21be5a /tmdns | |
parent | 3de04c76fd632318753c0172a9fad8f3f533295a (diff) |
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
Diffstat (limited to 'tmdns')
-rw-r--r-- | tmdns/tmdns-20030116.oe | 14 | ||||
-rw-r--r-- | tmdns/tmdns-20030116/busybox-init.d.patch | 0 | ||||
-rw-r--r-- | tmdns/tmdns-20030116/char-signed-idiocy.patch | 0 |
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 |