diff options
22 files changed, 58 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb index e0888c18fd..b413722593 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.1.bb | |||
@@ -122,3 +122,5 @@ python populate_packages_prepend () { | |||
122 | } | 122 | } |
123 | 123 | ||
124 | FILES_${PN}-plugin-openxml += "${datadir}/${PN}-${SHRT_VER}/omml_xslt" | 124 | FILES_${PN}-plugin-openxml += "${datadir}/${PN}-${SHRT_VER}/omml_xslt" |
125 | |||
126 | PNBLACKLIST[abiword] ?= "Depends on broken gtkmathview" | ||
diff --git a/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb b/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb index 1487f11a2c..7a9de86e88 100644 --- a/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb +++ b/meta-gpe/recipes-support/fbreader/fbreader_0.12.10.bb | |||
@@ -41,3 +41,6 @@ do_install() { | |||
41 | 41 | ||
42 | SRC_URI[md5sum] = "da9ec4721efdb0ec0aaa182bff16ad82" | 42 | SRC_URI[md5sum] = "da9ec4721efdb0ec0aaa182bff16ad82" |
43 | SRC_URI[sha256sum] = "328aec454db80e225aa0b5c31adef74bf62a14357482947e87e9731686b3c624" | 43 | SRC_URI[sha256sum] = "328aec454db80e225aa0b5c31adef74bf62a14357482947e87e9731686b3c624" |
44 | |||
45 | # http://errors.yoctoproject.org/Errors/Details/68618/ | ||
46 | PNBLACKLIST[fbreader] ?= "BROKEN: fails to build with gcc-6" | ||
diff --git a/meta-gpe/recipes-support/fbreader/fbreader_git.bb b/meta-gpe/recipes-support/fbreader/fbreader_git.bb index 763889a561..1ed65849a4 100644 --- a/meta-gpe/recipes-support/fbreader/fbreader_git.bb +++ b/meta-gpe/recipes-support/fbreader/fbreader_git.bb | |||
@@ -40,3 +40,6 @@ do_configure() { | |||
40 | do_install() { | 40 | do_install() { |
41 | oe_runmake install DESTDIR=${D} RESOLUTION=${READER_RESOLUTION} | 41 | oe_runmake install DESTDIR=${D} RESOLUTION=${READER_RESOLUTION} |
42 | } | 42 | } |
43 | |||
44 | # http://errors.yoctoproject.org/Errors/Details/68618/ | ||
45 | PNBLACKLIST[fbreader] ?= "BROKEN: fails to build with gcc-6" | ||
diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb index 65d43c620d..2df85374a3 100644 --- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb +++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | |||
@@ -29,3 +29,6 @@ do_install() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | FILES_${PN} += "${datadir}/${BPN}" | 31 | FILES_${PN} += "${datadir}/${BPN}" |
32 | |||
33 | # http://errors.yoctoproject.org/Errors/Details/68628/ | ||
34 | PNBLACKLIST[tvheadend] ?= "BROKEN: fails to build with gcc-6" | ||
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index e29921b525..9c5ef1810d 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
@@ -50,3 +50,6 @@ python __anonymous() { | |||
50 | if flavors: | 50 | if flavors: |
51 | d.appendVar("EXTRA_OECONF", " --with-flavors=%s" % ",".join(flavors)) | 51 | d.appendVar("EXTRA_OECONF", " --with-flavors=%s" % ",".join(flavors)) |
52 | } | 52 | } |
53 | |||
54 | # http://errors.yoctoproject.org/Errors/Details/68626/ | ||
55 | PNBLACKLIST[glmark2] ?= "BROKEN: fails to build with gcc-6" | ||
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.6.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.6.bb index 7a15527f14..937fafc88f 100644 --- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.6.bb +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.6.bb | |||
@@ -14,3 +14,6 @@ inherit autotools pkgconfig | |||
14 | SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" | 14 | SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" |
15 | SRC_URI[md5sum] = "24c9eb300662ba6cff0152de89bd9ec0" | 15 | SRC_URI[md5sum] = "24c9eb300662ba6cff0152de89bd9ec0" |
16 | SRC_URI[sha256sum] = "0857bffece4e8ddfa7f721dd9ca63b4c78de345ac9ae2faebf04062cacba3780" | 16 | SRC_URI[sha256sum] = "0857bffece4e8ddfa7f721dd9ca63b4c78de345ac9ae2faebf04062cacba3780" |
17 | |||
18 | # http://errors.yoctoproject.org/Errors/Details/68616/ | ||
19 | PNBLACKLIST[libqmi] ?= "BROKEN: fails to build with gcc-6" | ||
diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb index a173e696ab..00b85ffd5c 100644 --- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb +++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.12.bb | |||
@@ -17,6 +17,8 @@ SRC_URI[sha256sum] = "7ef5035375a953b285a742591df0a65fd442f4641ce4d8f4392a41d6d6 | |||
17 | 17 | ||
18 | S = "${WORKDIR}/ModemManager-${PV}" | 18 | S = "${WORKDIR}/ModemManager-${PV}" |
19 | 19 | ||
20 | PNBLACKLIST[modemmanager] ?= "Depends on broken libqmi" | ||
21 | |||
20 | PACKAGECONFIG ??= "mbim qmi polkit \ | 22 | PACKAGECONFIG ??= "mbim qmi polkit \ |
21 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ | 23 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ |
22 | " | 24 | " |
diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb index b6b73ade5d..e1413b0d5c 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb | |||
@@ -33,3 +33,5 @@ do_install_append () { | |||
33 | ln -sf thrift ${D}/${bindir}/thrift-compiler | 33 | ln -sf thrift ${D}/${bindir}/thrift-compiler |
34 | } | 34 | } |
35 | 35 | ||
36 | # http://errors.yoctoproject.org/Errors/Details/68622/ | ||
37 | PNBLACKLIST[thrift] ?= "BROKEN: fails to build with gcc-6" | ||
diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb index f7adf4c9f4..65617fa3be 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | |||
@@ -28,3 +28,5 @@ do_configure() { | |||
28 | do_install() { | 28 | do_install() { |
29 | oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install | 29 | oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install |
30 | } | 30 | } |
31 | |||
32 | PNBLACKLIST[wvdial] ?= "Depends on broken wvstreams" | ||
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb index 6199a2f7ec..8d864484ab 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb | |||
@@ -46,3 +46,6 @@ FILES_libwvstreams-extras-dbg = "${libdir}/.debug/libwvbase.so.* ${libdir}/.debu | |||
46 | 46 | ||
47 | FILES_${PN}-valgrind = "${libdir}/valgrind/wvstreams.supp" | 47 | FILES_${PN}-valgrind = "${libdir}/valgrind/wvstreams.supp" |
48 | RDEPENDS_${PN} += "perl" | 48 | RDEPENDS_${PN} += "perl" |
49 | |||
50 | # http://errors.yoctoproject.org/Errors/Details/68614/ | ||
51 | PNBLACKLIST[wvstreams] ?= "BROKEN: fails to build with gcc-6" | ||
diff --git a/meta-oe/recipes-devtools/dt/dt_18.32.bb b/meta-oe/recipes-devtools/dt/dt_18.32.bb index 9688d02aac..d472fab8cc 100644 --- a/meta-oe/recipes-devtools/dt/dt_18.32.bb +++ b/meta-oe/recipes-devtools/dt/dt_18.32.bb | |||
@@ -45,3 +45,5 @@ do_install() { | |||
45 | } | 45 | } |
46 | 46 | ||
47 | RDEPENDS_${PN} += "tcsh" | 47 | RDEPENDS_${PN} += "tcsh" |
48 | |||
49 | PNBLACKLIST[dt] ?= "Rdepends on broken tcsh" | ||
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" | |||
82 | # threshold.so load.so are also provided by gegl | 82 | # threshold.so load.so are also provided by gegl |
83 | # disk.so is also provided by libgphoto2-camlibs | 83 | # disk.so is also provided by libgphoto2-camlibs |
84 | PRIVATE_LIBS = "threshold.so load.so disk.so" | 84 | PRIVATE_LIBS = "threshold.so load.so disk.so" |
85 | |||
86 | # http://errors.yoctoproject.org/Errors/Details/68629/ | ||
87 | 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() { | |||
21 | # avoid host polution inf pkg-config files | 21 | # avoid host polution inf pkg-config files |
22 | sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'` | 22 | sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'` |
23 | } | 23 | } |
24 | |||
25 | # http://errors.yoctoproject.org/Errors/Details/68615/ | ||
26 | 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} () { | |||
47 | #!/bin/sh -e | 47 | #!/bin/sh -e |
48 | echo /usr/bin/tcsh >> $D/etc/shells | 48 | echo /usr/bin/tcsh >> $D/etc/shells |
49 | } | 49 | } |
50 | |||
51 | # http://errors.yoctoproject.org/Errors/Details/68619/ | ||
52 | PNBLACKLIST[tcsh] ?= "BROKEN: fails to build with glibc-2.24" | ||
diff --git a/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb b/meta-oe/recipes-graphics/glcompbench/glcompbench_2012.08.bb index d0f449438f..0c5d7b5fc3 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" | ||
diff --git a/meta-oe/recipes-navigation/geos/geos_3.4.2.bb b/meta-oe/recipes-navigation/geos/geos_3.4.2.bb index 3a9a028e8f..a0c43f3513 100644 --- a/meta-oe/recipes-navigation/geos/geos_3.4.2.bb +++ b/meta-oe/recipes-navigation/geos/geos_3.4.2.bb | |||
@@ -4,3 +4,6 @@ SRC_URI += "file://geos-config-Add-includedir-variable.patch" | |||
4 | 4 | ||
5 | SRC_URI[md5sum] = "fc5df2d926eb7e67f988a43a92683bae" | 5 | SRC_URI[md5sum] = "fc5df2d926eb7e67f988a43a92683bae" |
6 | SRC_URI[sha256sum] = "15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53" | 6 | SRC_URI[sha256sum] = "15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53" |
7 | |||
8 | # http://errors.yoctoproject.org/Errors/Details/68613/ | ||
9 | PNBLACKLIST[geos] ?= "BROKEN: fails to build with gcc-6" | ||
diff --git a/meta-oe/recipes-navigation/libspatialite/libspatialite_4.2.0.bb b/meta-oe/recipes-navigation/libspatialite/libspatialite_4.2.0.bb index d66dc875be..fff195a0e7 100644 --- a/meta-oe/recipes-navigation/libspatialite/libspatialite_4.2.0.bb +++ b/meta-oe/recipes-navigation/libspatialite/libspatialite_4.2.0.bb | |||
@@ -21,3 +21,5 @@ SRC_URI[md5sum] = "83305ed694a77152120d1f74c5151779" | |||
21 | SRC_URI[sha256sum] = "9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d" | 21 | SRC_URI[sha256sum] = "9f138a6854740c7827fdee53845eb1485fce3e805a7aa9fc9151f8046ebd312d" |
22 | 22 | ||
23 | SRC_URI += "file://geos-config.patch" | 23 | SRC_URI += "file://geos-config.patch" |
24 | |||
25 | PNBLACKLIST[libspatialite] ?= "Depends on broken geos" | ||
diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb index bc88143ed6..f7898ba2c2 100644 --- a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb +++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | |||
@@ -52,3 +52,5 @@ FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | |||
52 | FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" | 52 | FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" |
53 | 53 | ||
54 | FILES_${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a" | 54 | FILES_${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a" |
55 | |||
56 | PNBLACKLIST[geis] ?= "Depends on broken grail" | ||
diff --git a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb index 6ea10d615c..6c8f295427 100644 --- a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb +++ b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb | |||
@@ -21,3 +21,6 @@ PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi" | |||
21 | 21 | ||
22 | PACKAGE_BEFORE_PN += "${PN}-test" | 22 | PACKAGE_BEFORE_PN += "${PN}-test" |
23 | FILES_${PN}-test = "${bindir}/grail-test*" | 23 | FILES_${PN}-test = "${bindir}/grail-test*" |
24 | |||
25 | # http://errors.yoctoproject.org/Errors/Details/68611/ | ||
26 | PNBLACKLIST[grail] ?= "BROKEN: fails to build with gcc-6" | ||
diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/meta-oe/recipes-support/opencv/opencv_3.1.bb index 36876da2ca..c41baec7bb 100644 --- a/meta-oe/recipes-support/opencv/opencv_3.1.bb +++ b/meta-oe/recipes-support/opencv/opencv_3.1.bb | |||
@@ -146,3 +146,5 @@ do_install_append() { | |||
146 | cp -f bin/*-tutorial-* bin/*-example-* ${D}${datadir}/OpenCV/samples/bin/ | 146 | cp -f bin/*-tutorial-* bin/*-example-* ${D}${datadir}/OpenCV/samples/bin/ |
147 | } | 147 | } |
148 | 148 | ||
149 | # http://errors.yoctoproject.org/Errors/Details/68617/ | ||
150 | PNBLACKLIST[opencv] ?= "BROKEN: fails to build with gcc-6" | ||
diff --git a/meta-oe/recipes-support/openwbem/openwbem_3.2.3.bb b/meta-oe/recipes-support/openwbem/openwbem_3.2.3.bb index ed8ef267c8..93cbdd7e36 100644 --- a/meta-oe/recipes-support/openwbem/openwbem_3.2.3.bb +++ b/meta-oe/recipes-support/openwbem/openwbem_3.2.3.bb | |||
@@ -110,3 +110,6 @@ FILES_${PN}-dev = " \ | |||
110 | ${includedir} \ | 110 | ${includedir} \ |
111 | ${datadir}/aclocal/openwbem.m4 \ | 111 | ${datadir}/aclocal/openwbem.m4 \ |
112 | " | 112 | " |
113 | |||
114 | # http://errors.yoctoproject.org/Errors/Details/68630/ | ||
115 | PNBLACKLIST[openwbem] ?= "BROKEN: fails to build with gcc-6" | ||
diff --git a/meta-oe/recipes-test/fwts/fwts_git.bb b/meta-oe/recipes-test/fwts/fwts_git.bb index b943d6d48e..cad2ae0526 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}" | |||
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" | ||