xfce4-battery-plugin: tune the pandora hack
[openembedded.git] / recipes / madwifi / madwifi-ng_r3837-20080802.bb
1 # Bitbake recipe for the madwifi-ng driver
2
3 # Disable stripping of kernel modules, since this action strips too
4 # much out, and the resulting module won't load.
5 INHIBIT_PACKAGE_STRIP = "1"
6
7 require madwifi-ng_r.inc
8
9 # Due to a minor Makefile restructuring, newer versions require an updated
10 # patch; this is really ugly and some alternate way to do this that's more
11 # generic should be figured out.
12 WACKELF_SRC_URI_ixp4xx =          " file://20-xscale-VFP-wackelf-v2.patch;patch=1"
13 WACKELF_SRC_URI_compulab-pxa270 = " file://20-xscale-VFP-wackelf-v2.patch;patch=1"
14
15 SRC_URI += "file://respect-ldflags.patch;patch=1"
16 SRC_URI += "file://madwifi-fix-2.6.30.patch;patch=1"
17
18 SRCNAME = "madwifi-trunk"
19
20 # PR set after the include, to override what's set in the included file.
21 PR = "r2"