Latest puppy release - provides workarounds for Topfield USB implementation bugs...
authorPeter Urbanec <toppy@urbanec.net>
Sun, 28 Aug 2005 13:02:57 +0000 (13:02 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 28 Aug 2005 13:02:57 +0000 (13:02 +0000)
packages/puppy/puppy_1.11.bb [new file with mode: 0644]

diff --git a/packages/puppy/puppy_1.11.bb b/packages/puppy/puppy_1.11.bb
new file mode 100644 (file)
index 0000000..253798a
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "Interface software for the TopField TF5000PVRt"
+SECTION = "network"
+PRIORITY = "optional"
+MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>"
+HOMEPAGE = "http://sf.net/project/puppy/"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/puppy;module=puppy;tag=PUPPY_1_11"
+S = "${WORKDIR}/puppy"
+
+inherit autotools
+
+do_install() {
+       install -d ${D}${bindir}
+       install -m 0755 ${S}/puppy ${D}${bindir}/puppy
+}