diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-13 12:18:44 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-13 12:18:44 +0400 |
commit | 7819d379e1e55db8cd9ee9f17d94e9b571c840bf (patch) | |
tree | 2c3a397b3ce0bfb05375d0e66f87f5faa6e39196 /recipes/madwifi | |
parent | 6cf180ff0c54193cf2dca1a222574c3501b9dad6 (diff) | |
parent | 2dc37922414891d73e4d0033fd2dfb7c1d5154dd (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/madwifi')
-rw-r--r-- | recipes/madwifi/madwifi-ng_r3878-20081204.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/madwifi/madwifi-ng_r3878-20081204.bb b/recipes/madwifi/madwifi-ng_r3878-20081204.bb index 3db8244158..f4bd6aae3c 100644 --- a/recipes/madwifi/madwifi-ng_r3878-20081204.bb +++ b/recipes/madwifi/madwifi-ng_r3878-20081204.bb @@ -14,7 +14,7 @@ require madwifi-ng_r.inc SRCNAME = "madwifi-trunk" # PR set after the include, to override what's set in the included file. -PR = "r0" +PR = "r1" # It's not clear that we even need the wackelf patches any longer; certainly # they are not required for ixp4xx builds. This needs testing on pxa270. @@ -23,3 +23,9 @@ WACKELF_SRC_URI_compulab-pxa270 = "" # This works for EABI as well as the original OABI IXP4xx. EXTRA_OEMAKE = "V=1 KERNELPATH=${STAGING_KERNEL_DIR} KERNELRELEASE=${KERNEL_VERSION} TOOLPREFIX=${TARGET_PREFIX}" + +# We really must clear out LDFLAGS to get this to link. +do_compile() { + unset LDFLAGS + oe_runmake all +}
\ No newline at end of file |