aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/crda/crda_3.18.bb3
-rw-r--r--meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb3
-rw-r--r--meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb3
3 files changed, 9 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
index 931a053528..be490cb340 100644
--- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb
+++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
@@ -39,3 +39,6 @@ RDEPENDS_${PN} = "udev"
FILES_${PN} += "${libdir}crda/regulatory.bin \
${base_libdir}/udev/rules.d/85-regulatory.rules \
"
+
+# http://errors.yoctoproject.org/Errors/Details/68635/
+PNBLACKLIST[crda] ?= "BROKEN: fails to build with gcc-6"
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb
index e6796a6998..187ccb523e 100644
--- a/meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb
+++ b/meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb
@@ -24,3 +24,6 @@ PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls"
FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug"
RDEPENDS_${PN} = "perl bash readline"
+
+# http://errors.yoctoproject.org/Errors/Details/68625/
+PNBLACKLIST[lftp] ?= "BROKEN: fails to build with gcc-6"
diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb
index 5663f0e918..43e69b93ae 100644
--- a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb
+++ b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb
@@ -29,3 +29,6 @@ FILES_lib${BPN}-dev = "${includedir} \
FILES_lib${BPN}-staticdev = "${libdir}/lib*.a"
BBCLASSEXTEND = "native nativesdk"
+
+# http://errors.yoctoproject.org/Errors/Details/68623/
+PNBLACKLIST[curlpp] ?= "BROKEN: fails to build with gcc-6"