[oe-commits] [meta-openembedded] 19/21: fwts: add CFLAG to ignore misleading indentations

git at git.openembedded.org git at git.openembedded.org
Tue Jun 14 13:51:55 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 60679c171dfe15c8a5e772e6dd2b0888ca84cc46
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Jun 8 21:31:42 2016 -0400

    fwts: add CFLAG to ignore misleading indentations
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-test/fwts/fwts_git.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta-oe/recipes-test/fwts/fwts_git.bb b/meta-oe/recipes-test/fwts/fwts_git.bb
index cad2ae0..197fe20 100644
--- a/meta-oe/recipes-test/fwts/fwts_git.bb
+++ b/meta-oe/recipes-test/fwts/fwts_git.bb
@@ -16,12 +16,9 @@ DEPENDS = "libpcre json-c glib-2.0"
 
 inherit autotools-brokensep
 
-CFLAGS += "-I${STAGING_INCDIR}/json-c"
+CFLAGS += "-I${STAGING_INCDIR}/json-c -Wno-error=misleading-indentation"
 
 FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}"
 FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la"
 FILES_${PN}-staticdev += "${libdir}/fwts/lib*a"
 FILES_${PN}-dbg += "${libdir}/fwts/.debug"
-
-# http://errors.yoctoproject.org/Errors/Details/68633/
-PNBLACKLIST[fwts] ?= "BROKEN: fails to build with gcc-6"

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


More information about the Openembedded-commits mailing list