diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 17:36:04 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-12 00:55:49 -0800 |
commit | 1717cd9277c6e7dcc13fa33cc69391a3b31da990 (patch) | |
tree | c210624b0f0c2353b1ed9dcfbe09257652c6ae9a /meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc | |
parent | e5e3fb23a2c5d8e40e4f751d804d9ea6fc3bfd2f (diff) | |
download | poky-1717cd9277c6e7dcc13fa33cc69391a3b31da990.tar.gz |
wpa-supplicant 0.7: fix GNU HASH QA issue
The recipe was unsetting LDFLAGS, resulting in:
NOTE: QA Issue: No GNU_HASH in the elf binary: '/OE/tentacle/build/tmp-angstrom_2010_x/work/armv7a-angstrom-linux-gnueabi/wpa-supplicant-0.7.3-r0/packages-split/wpa-supplicant/usr/sbin/wpa_supplicant'
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc index 78ce914c31..6eda3b1e37 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc | |||
@@ -29,7 +29,7 @@ do_configure () { | |||
29 | 29 | ||
30 | export EXTRA_CFLAGS = "${CFLAGS}" | 30 | export EXTRA_CFLAGS = "${CFLAGS}" |
31 | do_compile () { | 31 | do_compile () { |
32 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS | 32 | unset CFLAGS CPPFLAGS CXXFLAGS |
33 | oe_runmake | 33 | oe_runmake |
34 | } | 34 | } |
35 | 35 | ||