summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/lftp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/lftp')
-rw-r--r--meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb3
1 files changed, 3 insertions, 0 deletions
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
25FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" 25FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug"
26RDEPENDS_${PN} = "perl bash readline" 26RDEPENDS_${PN} = "perl bash readline"
27
28# http://errors.yoctoproject.org/Errors/Details/68625/
29PNBLACKLIST[lftp] ?= "BROKEN: fails to build with gcc-6"