diff options
Diffstat (limited to 'packages/ftpd-topfield')
-rw-r--r-- | packages/ftpd-topfield/files/usb-header-name-2-6-23.patch | 15 | ||||
-rwxr-xr-x | packages/ftpd-topfield/ftpd-topfield_0.7.5.bb | 3 |
2 files changed, 17 insertions, 1 deletions
diff --git a/packages/ftpd-topfield/files/usb-header-name-2-6-23.patch b/packages/ftpd-topfield/files/usb-header-name-2-6-23.patch new file mode 100644 index 0000000000..fd695d8508 --- /dev/null +++ b/packages/ftpd-topfield/files/usb-header-name-2-6-23.patch @@ -0,0 +1,15 @@ +--- libtopfield/usb_io.h.orig 2008-12-26 23:11:08.000000000 -0600 ++++ libtopfield/usb_io.h 2008-12-26 23:24:02.000000000 -0600 +@@ -36,7 +36,12 @@ + + /* linux/usb_ch9.h wasn't separated out until 2.4.23 */ + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23) ++/* and then moved to linux/usb/ch9.h at 2.6.23. */ ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23) ++#include <linux/usb/ch9.h> ++#else + #include <linux/usb_ch9.h> ++#endif + #else + #include <linux/usb.h> + #endif diff --git a/packages/ftpd-topfield/ftpd-topfield_0.7.5.bb b/packages/ftpd-topfield/ftpd-topfield_0.7.5.bb index 74a3743b1e..9719ed7104 100755 --- a/packages/ftpd-topfield/ftpd-topfield_0.7.5.bb +++ b/packages/ftpd-topfield/ftpd-topfield_0.7.5.bb @@ -3,11 +3,12 @@ DESCRIPTION = "ftpd-topfield - FTP access to TopField PVR" HOMEPAGE = "http://sourceforge.net/projects/puppy" SECTION = "net" LICENSE = "MIT" -PR = "r1" +PR = "r2" SRC_URI = "cvs://anonymous@puppy.cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=ftpd-topfield;tag=FTPD_TOPFIELD_0_7_5 \ cvs://anonymous@puppy.cvs.sourceforge.net/cvsroot/puppy;method=pserver;module=libtopfield;tag=FTPD_TOPFIELD_0_7_5 \ file://syslog.patch;patch=1 \ + file://usb-header-name-2-6-23.patch;patch=1 \ file://init" # The source will end up in the subdirectory 'ftpd-topfield' - no release name |