diff options
-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 |