diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-08 11:59:12 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-08 11:59:12 +0000 |
commit | cf6db2d6d6ea77ed6297faee5444d91e4faae7cf (patch) | |
tree | 709f8549d163d4379df886165c709f7d4ae694f7 /meta | |
parent | d268f49b0d555915823c6f8074aa2b7068affead (diff) | |
download | poky-cf6db2d6d6ea77ed6297faee5444d91e4faae7cf.tar.gz |
cx3110x: fix version 2.0.15
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3726 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/cx3110x/cx3110x_2.0.15.bb | 4 | ||||
-rw-r--r-- | meta/packages/cx3110x/files/no-linux-config.patch | 12 |
2 files changed, 15 insertions, 1 deletions
diff --git a/meta/packages/cx3110x/cx3110x_2.0.15.bb b/meta/packages/cx3110x/cx3110x_2.0.15.bb index c4456c4868..c952b2a94d 100644 --- a/meta/packages/cx3110x/cx3110x_2.0.15.bb +++ b/meta/packages/cx3110x/cx3110x_2.0.15.bb | |||
@@ -2,6 +2,7 @@ DESCRIPTION = "cx3110x wifi support as found in the Nokia 770/N800/N810" | |||
2 | SECTION = "kernel/modules" | 2 | SECTION = "kernel/modules" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | PACKAGES = "${PN}" | 4 | PACKAGES = "${PN}" |
5 | PR = "r1" | ||
5 | 6 | ||
6 | COMPATIBLE_MACHINE = "(nokia800)" | 7 | COMPATIBLE_MACHINE = "(nokia800)" |
7 | 8 | ||
@@ -10,7 +11,8 @@ export LDFLAGS = "" | |||
10 | 11 | ||
11 | DEFAULT_PREFERENCE_nokia770 = "-1" | 12 | DEFAULT_PREFERENCE_nokia770 = "-1" |
12 | 13 | ||
13 | SRC_URI = "http://repository.maemo.org/pool/os2008/free/source/c/cx3110x-module-src/cx3110x-module-src_2.0.15-1.tar.gz" | 14 | SRC_URI = "http://repository.maemo.org/pool/os2008/free/source/c/cx3110x-module-src/cx3110x-module-src_2.0.15-1.tar.gz \ |
15 | file://no-linux-config.patch;patch=1" | ||
14 | 16 | ||
15 | S = "${WORKDIR}/cx3110x-module-src-${PV}" | 17 | S = "${WORKDIR}/cx3110x-module-src-${PV}" |
16 | 18 | ||
diff --git a/meta/packages/cx3110x/files/no-linux-config.patch b/meta/packages/cx3110x/files/no-linux-config.patch new file mode 100644 index 0000000000..e6ab317249 --- /dev/null +++ b/meta/packages/cx3110x/files/no-linux-config.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Index: cx3110x-module-src-2.0.15/src/sm_drv_spi.c | ||
2 | =================================================================== | ||
3 | --- cx3110x-module-src-2.0.15.orig/src/sm_drv_spi.c 2008-02-08 13:52:28.000000000 +0100 | ||
4 | +++ cx3110x-module-src-2.0.15/src/sm_drv_spi.c 2008-02-08 13:52:40.000000000 +0100 | ||
5 | @@ -36,7 +36,6 @@ | ||
6 | #include <linux/platform_device.h> | ||
7 | #include <linux/string.h> | ||
8 | #include <linux/firmware.h> | ||
9 | -#include <linux/config.h> | ||
10 | #if !defined(CONFIG_FW_LOADER) && !defined(CONFIG_FW_LOADER_MODULE) | ||
11 | #error No Firmware Loading configured in the kernel ! | ||
12 | #endif | ||