Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / 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 DEFAULT_PREFERENCE = "-1"
10
11 # Due to a minor Makefile restructuring, newer versions require an updated
12 # patch; this is really ugly and some alternate way to do this that's more
13 # generic should be figured out.
14 WACKELF_SRC_URI_ixp4xx =          " file://20-xscale-VFP-wackelf-v2.patch;patch=1"
15 WACKELF_SRC_URI_compulab-pxa270 = " file://20-xscale-VFP-wackelf-v2.patch;patch=1"
16
17 SRCNAME = "madwifi-trunk"
18
19 # PR set after the include, to override what's set in the included file.
20 PR = "r1"