From: Mike Westerhof Date: Sat, 27 Dec 2008 05:30:28 +0000 (-0600) Subject: ftpd-topfield: add patch for 2.6.23 kernel headers X-Git-Tag: Release-2010-05/1~4651 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0faec81b54ed7bee58647c14ba18ed28200bef39;p=openembedded.git ftpd-topfield: add patch for 2.6.23 kernel headers --- 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 ++#else + #include ++#endif + #else + #include + #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