[oe] [PATCH][meta-networking] crda, lftp, curlpp: blacklist, fails to build with gcc-6

Martin Jansa martin.jansa at gmail.com
Wed Jun 8 13:50:35 UTC 2016


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-connectivity/crda/crda_3.18.bb   | 3 +++
 meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb | 3 +++
 meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb   | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
index 931a053..be490cb 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 e6796a6..187ccb5 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 5663f0e..43e69b9 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"
-- 
2.8.4




More information about the Openembedded-devel mailing list