]> code.ossystems Code Review - openembedded-core.git/commitdiff
cx3110x: fix version 2.0.15
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 8 Feb 2008 11:59:12 +0000 (11:59 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 8 Feb 2008 11:59:12 +0000 (11:59 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3726 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/cx3110x/cx3110x_2.0.15.bb
meta/packages/cx3110x/files/no-linux-config.patch [new file with mode: 0644]

index c4456c4868df65c3c5799edb3285059f6400c41a..c952b2a94d01831409c81adf0052bab903b88bce 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "cx3110x wifi support as found in the Nokia 770/N800/N810"
 SECTION = "kernel/modules"
 LICENSE = "GPL"
 PACKAGES = "${PN}"
+PR = "r1"
 
 COMPATIBLE_MACHINE = "(nokia800)"
 
@@ -10,7 +11,8 @@ export LDFLAGS = ""
 
 DEFAULT_PREFERENCE_nokia770 = "-1"
 
-SRC_URI = "http://repository.maemo.org/pool/os2008/free/source/c/cx3110x-module-src/cx3110x-module-src_2.0.15-1.tar.gz"
+SRC_URI = "http://repository.maemo.org/pool/os2008/free/source/c/cx3110x-module-src/cx3110x-module-src_2.0.15-1.tar.gz \
+           file://no-linux-config.patch;patch=1"
 
 S = "${WORKDIR}/cx3110x-module-src-${PV}"
 
diff --git a/meta/packages/cx3110x/files/no-linux-config.patch b/meta/packages/cx3110x/files/no-linux-config.patch
new file mode 100644 (file)
index 0000000..e6ab317
--- /dev/null
@@ -0,0 +1,12 @@
+Index: cx3110x-module-src-2.0.15/src/sm_drv_spi.c
+===================================================================
+--- cx3110x-module-src-2.0.15.orig/src/sm_drv_spi.c    2008-02-08 13:52:28.000000000 +0100
++++ cx3110x-module-src-2.0.15/src/sm_drv_spi.c 2008-02-08 13:52:40.000000000 +0100
+@@ -36,7 +36,6 @@
+ #include <linux/platform_device.h>
+ #include <linux/string.h>
+ #include <linux/firmware.h>
+-#include <linux/config.h>
+ #if !defined(CONFIG_FW_LOADER) && !defined(CONFIG_FW_LOADER_MODULE)
+ #error No Firmware Loading configured in the kernel !
+ #endif