diff options
| -rw-r--r-- | meta-oe/recipes-test/fwts/fwts_git.bb | 5 |
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 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" | |||
| 16 | 16 | ||
| 17 | inherit autotools-brokensep | 17 | inherit autotools-brokensep |
| 18 | 18 | ||
| 19 | CFLAGS += "-I${STAGING_INCDIR}/json-c" | 19 | CFLAGS += "-I${STAGING_INCDIR}/json-c -Wno-error=misleading-indentation" |
| 20 | 20 | ||
| 21 | FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}" | 21 | FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}" |
| 22 | FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" | 22 | FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" |
| 23 | FILES_${PN}-staticdev += "${libdir}/fwts/lib*a" | 23 | FILES_${PN}-staticdev += "${libdir}/fwts/lib*a" |
| 24 | FILES_${PN}-dbg += "${libdir}/fwts/.debug" | 24 | FILES_${PN}-dbg += "${libdir}/fwts/.debug" |
| 25 | |||
| 26 | # http://errors.yoctoproject.org/Errors/Details/68633/ | ||
| 27 | PNBLACKLIST[fwts] ?= "BROKEN: fails to build with gcc-6" | ||
