mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
fwts: add CFLAG to ignore misleading indentations
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
629d67a7c4
commit
ee42aeb991
@@ -16,12 +16,9 @@ DEPENDS = "libpcre json-c glib-2.0"
|
|||||||
|
|
||||||
inherit autotools-brokensep
|
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} += "${libdir}/fwts/lib*${SOLIBS}"
|
||||||
FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la"
|
FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la"
|
||||||
FILES_${PN}-staticdev += "${libdir}/fwts/lib*a"
|
FILES_${PN}-staticdev += "${libdir}/fwts/lib*a"
|
||||||
FILES_${PN}-dbg += "${libdir}/fwts/.debug"
|
FILES_${PN}-dbg += "${libdir}/fwts/.debug"
|
||||||
|
|
||||||
# http://errors.yoctoproject.org/Errors/Details/68633/
|
|
||||||
PNBLACKLIST[fwts] ?= "BROKEN: fails to build with gcc-6"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user