diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 15:39:22 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-13 19:06:44 +0200 |
commit | 25a78e55e961197fd182afc8e21942bbbd8b4d59 (patch) | |
tree | f6fe164bc009248c476f98c350c1ab70297e90fe /meta-oe/recipes-graphics/glcompbench | |
parent | d78c5215b35b945b0543b62234d00ae041de41b9 (diff) | |
download | meta-openembedded-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-graphics/glcompbench')
-rw-r--r-- | meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb b/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb index d0f449438..0c5d7b5fc 100644 --- a/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb +++ b/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb | |||
@@ -14,3 +14,6 @@ SRC_URI[sha256sum] = "b04b738cec06c6786ceafa86e4735fd8b971c078265754854ef356b037 | |||
14 | inherit pkgconfig waf distro_features_check | 14 | inherit pkgconfig waf distro_features_check |
15 | # depends on virtual/libx11 | 15 | # depends on virtual/libx11 |
16 | REQUIRED_DISTRO_FEATURES = "x11" | 16 | REQUIRED_DISTRO_FEATURES = "x11" |
17 | |||
18 | # http://errors.yoctoproject.org/Errors/Details/68631/ | ||
19 | PNBLACKLIST[glcompbench] ?= "BROKEN: fails to build with gcc-6" | ||