aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-06-08 15:44:38 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-13 19:06:45 +0200
commit33fc64cef710a66f1c06d184cb6abaf467424d47 (patch)
treee90f19b9f802f82d38f923e570799ab12c03db96 /meta-oe/recipes-support
parent25a78e55e961197fd182afc8e21942bbbd8b4d59 (diff)
downloadmeta-openembedded-contrib-33fc64cef710a66f1c06d184cb6abaf467424d47.tar.gz
faac, iperf, crash, espeak, open-vcdiff: blacklist, fails to build with gcc-6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/espeak/espeak_1.37.bb3
-rw-r--r--meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb3
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/espeak/espeak_1.37.bb b/meta-oe/recipes-support/espeak/espeak_1.37.bb
index 273fe340e3..2cf5ff22e5 100644
--- a/meta-oe/recipes-support/espeak/espeak_1.37.bb
+++ b/meta-oe/recipes-support/espeak/espeak_1.37.bb
@@ -42,3 +42,6 @@ do_install() {
cp -prf ${S}/espeak-data/* ${D}${datadir}/espeak-data
chown -R root:root ${D}${datadir}/espeak-data
}
+
+# http://errors.yoctoproject.org/Errors/Details/68663/
+PNBLACKLIST[espeak] ?= "BROKEN: fails to build with gcc-6"
diff --git a/meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb b/meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb
index e6942d01f8..c32668b31a 100644
--- a/meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb
+++ b/meta-oe/recipes-support/open-vcdiff/open-vcdiff_0.8.4.bb
@@ -16,3 +16,6 @@ SRC_URI[md5sum] = "5c0d378d907bebc38b51c3d7e4117011"
SRC_URI[sha256sum] = "2b142b1027fb0a62c41347600e01a53fa274dad15445a7da48083c830c3138b3"
inherit autotools
+
+# http://errors.yoctoproject.org/Errors/Details/68667/
+PNBLACKLIST[open-vcdiff] ?= "BROKEN: fails to build with gcc-6"