ftpd-topfield: add patch for 2.6.23 kernel headers
authorMike Westerhof <mwester@dls.net>
Sat, 27 Dec 2008 05:30:28 +0000 (23:30 -0600)
committerMike Westerhof <mwester@dls.net>
Sat, 27 Dec 2008 05:30:28 +0000 (23:30 -0600)
packages/ftpd-topfield/files/usb-header-name-2-6-23.patch [new file with mode: 0644]
packages/ftpd-topfield/ftpd-topfield_0.7.5.bb

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 (file)
index 0000000..fd695d8
--- /dev/null
@@ -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
index 74a3743..9719ed7 100755 (executable)
@@ -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