diff options
author | Peter Urbanec <toppy@urbanec.net> | 2005-08-28 13:02:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-28 13:02:57 +0000 |
commit | d1f702006e13d83f3df0e9e17629995218c1f59b (patch) | |
tree | aeda70f2e5645b5d6e6bfa414e6123ddaf389d0f /packages/puppy | |
parent | 4206b9acec23ff352b5fb020a66edef7e3e26e76 (diff) |
Latest puppy release - provides workarounds for Topfield USB implementation bugs and changes the way turbo transfers are enabled.
Diffstat (limited to 'packages/puppy')
-rw-r--r-- | packages/puppy/puppy_1.11.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 <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 +} |