From f0756d1ee3c4d62baea4c00f8a61624d8211345e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 8 Jun 2016 15:50:17 +0200 Subject: crda, lftp, curlpp: blacklist, fails to build with gcc-6 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- 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 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" -- cgit v1.2.3-54-g00ecf