Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] acpid: modify CFLAGS
@ 2013-02-14 17:09 Joe Slater
  2013-02-14 20:24 ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Slater @ 2013-02-14 17:09 UTC (permalink / raw)
  To: openembedded-core

Override the hard-coded CFLAGS used in Makefile
to reference our CFLAGS.

Upstream-Status:  Pending

Signed-off-by: Joe Slater <jslater@windriver.com>
---
 meta/recipes-bsp/acpid/acpid.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc
index 3c0219f..1ffe6ff 100644
--- a/meta/recipes-bsp/acpid/acpid.inc
+++ b/meta/recipes-bsp/acpid/acpid.inc
@@ -13,7 +13,9 @@ inherit update-rc.d
 INITSCRIPT_NAME = "acpid"
 INITSCRIPT_PARAMS = "defaults"
 
-EXTRA_OEMAKE = ""
+# Makefile ignores our CFLAGS, so override it.
+#
+EXTRA_OEMAKE = "CFLAGS='-W -Wall -Werror -Wundef -Wshadow ${CFLAGS} $(DEFS)'"
 
 do_compile () {
 	oe_runmake 'CC=${CC} -D_GNU_SOURCE' 'CROSS=${HOST_PREFIX}'
-- 
1.7.3.4




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

end of thread, other threads:[~2013-02-15 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-14 17:09 [PATCH] acpid: modify CFLAGS Joe Slater
2013-02-14 20:24 ` Saul Wold
2013-02-15 19:16   ` Slater, Joseph

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