From: Peter Urbanec Date: Sun, 28 Aug 2005 13:02:57 +0000 (+0000) Subject: Latest puppy release - provides workarounds for Topfield USB implementation bugs... X-Git-Tag: Release-2010-05/1~9453^2~3769 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f702006e13d83f3df0e9e17629995218c1f59b;p=openembedded.git Latest puppy release - provides workarounds for Topfield USB implementation bugs and changes the way turbo transfers are enabled. --- diff --git a/packages/puppy/puppy_1.11.bb b/packages/puppy/puppy_1.11.bb new file mode 100644 index 0000000000..253798a94b --- /dev/null +++ b/packages/puppy/puppy_1.11.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Interface software for the TopField TF5000PVRt" +SECTION = "network" +PRIORITY = "optional" +MAINTAINER = "NSLU2 Linux " +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 +}