summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb b/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb
index f2de593cf1..6420c7e325 100644
--- a/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb
+++ b/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb
@@ -29,7 +29,7 @@ PACKAGECONFIG[sqlite] = "SQLITE=1,SQLITE=0,sqlite3"
29PACKAGECONFIG[zlib] = "ZLIB=1,ZLIB=0,zlib gzip-native" 29PACKAGECONFIG[zlib] = "ZLIB=1,ZLIB=0,zlib gzip-native"
30 30
31# use the PACKAGECONFIG configurations arguments 31# use the PACKAGECONFIG configurations arguments
32EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}" 32EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS} RPM_OPT_FLAGS='${CFLAGS}'"
33 33
34do_compile() { 34do_compile() {
35 # build core only - don't ship gui 35 # build core only - don't ship gui