summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/fwts/fwts_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-test/fwts/fwts_git.bb')
-rw-r--r--meta-oe/recipes-test/fwts/fwts_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/fwts/fwts_git.bb b/meta-oe/recipes-test/fwts/fwts_git.bb
index b943d6d48..cad2ae052 100644
--- a/meta-oe/recipes-test/fwts/fwts_git.bb
+++ b/meta-oe/recipes-test/fwts/fwts_git.bb
@@ -22,3 +22,6 @@ FILES_${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"