[oe-commits] [openembedded-core] 08/25: fixup cve-check-tool

git at git.openembedded.org git at git.openembedded.org
Thu Sep 15 21:57:32 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6a27545f78463d4e8379e4792cba28fab7b218dd
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Aug 25 15:36:01 2016 +0100

    fixup cve-check-tool
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb b/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb
index 56a3b99..1165559 100644
--- a/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb
+++ b/meta/recipes-devtools/cve-check-tool/cve-check-tool_5.6.4.bb
@@ -20,7 +20,7 @@ RDEPENDS_${PN} = "ca-certificates"
 inherit pkgconfig autotools
 
 EXTRA_OECONF = "--disable-coverage"
-CFLAGS += "-Wno-error=pedantic"
+CFLAGS_append = " -Wno-error=pedantic"
 
 python do_populate_cve_db () {
     import subprocess

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list