From ee42aeb991dad093e6d823ba5541c72d3825d4f4 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 8 Jun 2016 21:31:42 -0400 Subject: fwts: add CFLAG to ignore misleading indentations Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- 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 cad2ae0526..197fe20341 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" -- cgit 1.2.3-korg