summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-06-08 21:31:42 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-15 12:13:17 +0200
commitee42aeb991dad093e6d823ba5541c72d3825d4f4 (patch)
tree6b3d703df4251c3a1059dcd4d9d3e6e23a1486d0 /meta-oe/recipes-test
parent629d67a7c49e053f565a7b50eb1fd3d3c6c9b1c1 (diff)
downloadmeta-openembedded-ee42aeb991dad093e6d823ba5541c72d3825d4f4.tar.gz
fwts: add CFLAG to ignore misleading indentations
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
-rw-r--r--meta-oe/recipes-test/fwts/fwts_git.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-test/fwts/fwts_git.bb b/meta-oe/recipes-test/fwts/fwts_git.bb
index cad2ae052..197fe2034 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"
16 16
17inherit autotools-brokensep 17inherit autotools-brokensep
18 18
19CFLAGS += "-I${STAGING_INCDIR}/json-c" 19CFLAGS += "-I${STAGING_INCDIR}/json-c -Wno-error=misleading-indentation"
20 20
21FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}" 21FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}"
22FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" 22FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la"
23FILES_${PN}-staticdev += "${libdir}/fwts/lib*a" 23FILES_${PN}-staticdev += "${libdir}/fwts/lib*a"
24FILES_${PN}-dbg += "${libdir}/fwts/.debug" 24FILES_${PN}-dbg += "${libdir}/fwts/.debug"
25
26# http://errors.yoctoproject.org/Errors/Details/68633/
27PNBLACKLIST[fwts] ?= "BROKEN: fails to build with gcc-6"