diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 15:50:17 +0200 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-06-15 19:52:21 -0400 |
commit | f0756d1ee3c4d62baea4c00f8a61624d8211345e (patch) | |
tree | 992ce51bfb55ae87081ba3b5006bf0cc2d518701 | |
parent | 0561402920ae1a9e8a708b9a22b22137dc350b13 (diff) | |
download | meta-openembedded-f0756d1ee3c4d62baea4c00f8a61624d8211345e.tar.gz |
crda, lftp, curlpp: blacklist, fails to build with gcc-6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | meta-networking/recipes-connectivity/crda/crda_3.18.bb | 3 | ||||
-rw-r--r-- | meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb | 3 | ||||
-rw-r--r-- | meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | 3 |
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 931a05352..be490cb34 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" | |||
39 | FILES_${PN} += "${libdir}crda/regulatory.bin \ | 39 | FILES_${PN} += "${libdir}crda/regulatory.bin \ |
40 | ${base_libdir}/udev/rules.d/85-regulatory.rules \ | 40 | ${base_libdir}/udev/rules.d/85-regulatory.rules \ |
41 | " | 41 | " |
42 | |||
43 | # http://errors.yoctoproject.org/Errors/Details/68635/ | ||
44 | 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 e6796a699..187ccb523 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" | |||
24 | 24 | ||
25 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" | 25 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" |
26 | RDEPENDS_${PN} = "perl bash readline" | 26 | RDEPENDS_${PN} = "perl bash readline" |
27 | |||
28 | # http://errors.yoctoproject.org/Errors/Details/68625/ | ||
29 | 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 5663f0e91..43e69b93a 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} \ | |||
29 | FILES_lib${BPN}-staticdev = "${libdir}/lib*.a" | 29 | FILES_lib${BPN}-staticdev = "${libdir}/lib*.a" |
30 | 30 | ||
31 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
32 | |||
33 | # http://errors.yoctoproject.org/Errors/Details/68623/ | ||
34 | PNBLACKLIST[curlpp] ?= "BROKEN: fails to build with gcc-6" | ||