Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] wpa-supplicant: Enable EXTRA_CFLAGS
@ 2013-06-08  6:40 rongqing.li
  2013-06-08  6:40 ` [PATCH 1/1] " rongqing.li
  0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2013-06-08  6:40 UTC (permalink / raw)
  To: openembedded-core

From: "Roy.Li" <rongqing.li@windriver.com>

The following changes since commit 0810ea2a72bdea67a3d8002c4e12fb20f45cf1d5:

  base/useradd/sstate: Ensure do_package setscene has correct fakeroot dependencies (2013-06-07 17:51:13 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib roy/wpa-supplicant
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=roy/wpa-supplicant

Roy.Li (1):
  wpa-supplicant: Enable EXTRA_CFLAGS

 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc |    1 +
 1 file changed, 1 insertion(+)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] wpa-supplicant: Enable EXTRA_CFLAGS
  2013-06-08  6:40 [PATCH 0/1] wpa-supplicant: Enable EXTRA_CFLAGS rongqing.li
@ 2013-06-08  6:40 ` rongqing.li
  0 siblings, 0 replies; 2+ messages in thread
From: rongqing.li @ 2013-06-08  6:40 UTC (permalink / raw)
  To: openembedded-core

From: "Roy.Li" <rongqing.li@windriver.com>

Even if we define EXTRA_CFLAGS, but it never work, since the source codes
donot refer it, and CFLAGS is given a fixed value.

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
---
 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc |    1 +
 1 file changed, 1 insertion(+)

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 e5f7881..8d7233a 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}"
 
 do_compile () {
 	unset CFLAGS CPPFLAGS CXXFLAGS
+	sed -e "s:CFLAGS\ =.*:& \$(EXTRA_CFLAGS):g" -i ${S}/src/lib.rules
 	oe_runmake -C wpa_supplicant
 }
 
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-08  6:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08  6:40 [PATCH 0/1] wpa-supplicant: Enable EXTRA_CFLAGS rongqing.li
2013-06-08  6:40 ` [PATCH 1/1] " rongqing.li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox