aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-06-08 15:39:22 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-13 19:06:44 +0200
commit25a78e55e961197fd182afc8e21942bbbd8b4d59 (patch)
treef6fe164bc009248c476f98c350c1ab70297e90fe /meta-oe/recipes-extended
parentd78c5215b35b945b0543b62234d00ae041de41b9 (diff)
downloadmeta-openembedded-contrib-25a78e55e961197fd182afc8e21942bbbd8b4d59.tar.gz
abiword, fbreader, tvheadend, glmark2, libqmi, modemmanager, thrift, wvdial, wvstreams, dt, collectd, gtkmathview, tcsh, glcompbench, geos, libspatialite, geis, grail, opencv, openwbem, fwts: blacklist, fails to build with gcc-6 or glibc-2.24
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/collectd/collectd_5.5.0.bb3
-rw-r--r--meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb3
-rw-r--r--meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb3
3 files changed, 9 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
index 6a3476f540..b95f6e35fc 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb
@@ -82,3 +82,6 @@ INITSCRIPT_PARAMS = "defaults"
# threshold.so load.so are also provided by gegl
# disk.so is also provided by libgphoto2-camlibs
PRIVATE_LIBS = "threshold.so load.so disk.so"
+
+# http://errors.yoctoproject.org/Errors/Details/68629/
+PNBLACKLIST[collectd] ?= "BROKEN: fails to build with glibc-2.24"
diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
index 3edbeed723..9c6af16cf7 100644
--- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
+++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
@@ -21,3 +21,6 @@ do_configure_append() {
# avoid host polution inf pkg-config files
sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'`
}
+
+# http://errors.yoctoproject.org/Errors/Details/68615/
+PNBLACKLIST[gtkmathview] ?= "BROKEN: fails to build with gcc-6"
diff --git a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
index 1dd4cb5804..5a6f190617 100644
--- a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
+++ b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
@@ -47,3 +47,6 @@ pkg_postinst_${PN} () {
#!/bin/sh -e
echo /usr/bin/tcsh >> $D/etc/shells
}
+
+# http://errors.yoctoproject.org/Errors/Details/68619/
+PNBLACKLIST[tcsh] ?= "BROKEN: fails to build with glibc-2.24"