summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb2
-rw-r--r--meta-oe/recipes-support/canonical-multitouch/grail_3.1.0.bb3
-rw-r--r--meta-oe/recipes-support/opencv/opencv_3.1.bb2
-rw-r--r--meta-oe/recipes-support/openwbem/openwbem_3.2.3.bb3
4 files changed, 10 insertions, 0 deletions
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 bc88143ed..f7898ba2c 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"
52FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" 52FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la"
53 53
54FILES_${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a" 54FILES_${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a"
55
56PNBLACKLIST[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 6ea10d615..6c8f29542 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
22PACKAGE_BEFORE_PN += "${PN}-test" 22PACKAGE_BEFORE_PN += "${PN}-test"
23FILES_${PN}-test = "${bindir}/grail-test*" 23FILES_${PN}-test = "${bindir}/grail-test*"
24
25# http://errors.yoctoproject.org/Errors/Details/68611/
26PNBLACKLIST[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 36876da2c..c41baec7b 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/
150PNBLACKLIST[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 ed8ef267c..93cbdd7e3 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/
115PNBLACKLIST[openwbem] ?= "BROKEN: fails to build with gcc-6"