aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/madwifi/madwifi-ng_r3837-20080802.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-04-27 01:44:04 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-04-27 20:52:44 +0200
commitf67b2104dafeda09571259ba4c3e6019d8a0888b (patch)
tree55f23badb2c71d2b54679ea6cb22ce0d6eef8ea8 /recipes/madwifi/madwifi-ng_r3837-20080802.bb
parent2e90d22a167da2aaeb4dab1381e5a9fab702c575 (diff)
downloadopenembedded-f67b2104dafeda09571259ba4c3e6019d8a0888b.tar.gz
madwifi-ng_r3837: Use LDFLAGS to fix QA GNU_HASH issue.
Diffstat (limited to 'recipes/madwifi/madwifi-ng_r3837-20080802.bb')
-rw-r--r--recipes/madwifi/madwifi-ng_r3837-20080802.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/madwifi/madwifi-ng_r3837-20080802.bb b/recipes/madwifi/madwifi-ng_r3837-20080802.bb
index bf14c33f83..d79ff3cb9f 100644
--- a/recipes/madwifi/madwifi-ng_r3837-20080802.bb
+++ b/recipes/madwifi/madwifi-ng_r3837-20080802.bb
@@ -12,7 +12,9 @@ require madwifi-ng_r.inc
WACKELF_SRC_URI_ixp4xx = " file://20-xscale-VFP-wackelf-v2.patch;patch=1"
WACKELF_SRC_URI_compulab-pxa270 = " file://20-xscale-VFP-wackelf-v2.patch;patch=1"
+SRC_URI += "file://respect-ldflags.patch;patch=1"
+
SRCNAME = "madwifi-trunk"
# PR set after the include, to override what's set in the included file.
-PR = "r1"
+PR = "r2"