diff options
author | Roy.Li <rongqing.li@windriver.com> | 2013-06-08 14:40:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:04 +0100 |
commit | 35447ea72a1a2141a9bf88181876cb7efc84aa48 (patch) | |
tree | b54d2d6384b5079e773099983f2c3823c8fec9ea | |
parent | 9458d72dab5c995ad9cfffd41be950d37a7ec2be (diff) | |
download | poky-35447ea72a1a2141a9bf88181876cb7efc84aa48.tar.gz |
wpa-supplicant: Enable EXTRA_CFLAGS
Even if we define EXTRA_CFLAGS, but it never work, since the source codes
donot refer it, and CFLAGS is given a fixed value.
(From OE-Core rev: 4a7b5963a9d18924ae0564119f4edeefaca6b415)
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc index e5f7881a26..8d7233a908 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc | |||
@@ -40,6 +40,7 @@ export BINDIR = "${sbindir}" | |||
40 | 40 | ||
41 | do_compile () { | 41 | do_compile () { |
42 | unset CFLAGS CPPFLAGS CXXFLAGS | 42 | unset CFLAGS CPPFLAGS CXXFLAGS |
43 | sed -e "s:CFLAGS\ =.*:& \$(EXTRA_CFLAGS):g" -i ${S}/src/lib.rules | ||
43 | oe_runmake -C wpa_supplicant | 44 | oe_runmake -C wpa_supplicant |
44 | } | 45 | } |
45 | 46 | ||