diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb (renamed from meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb index b25db8bbc0..e4a8e49cf2 100644 --- a/meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.7.3.bb | |||
| @@ -5,23 +5,24 @@ HOMEPAGE = "http://lftp.yar.ru/" | |||
| 5 | SECTION = "console/network" | 5 | SECTION = "console/network" |
| 6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 8 | DEPENDS = "readline" | ||
| 9 | 8 | ||
| 10 | SRC_URI = "http://fossies.org/linux/misc/lftp-${PV}.tar.gz \ | 9 | SRC_URI = "http://fossies.org/linux/misc/lftp-${PV}.tar.gz \ |
| 11 | file://fix-gcc-6-conflicts-signbit.patch \ | 10 | file://fix-gcc-6-conflicts-signbit.patch \ |
| 12 | " | 11 | " |
| 13 | SRC_URI[md5sum] = "2777dd514d21fe1da764bedd1d0ab36c" | 12 | SRC_URI[md5sum] = "8eb1fe5f113126b60f172643c7f6c2e6" |
| 14 | SRC_URI[sha256sum] = "a8b53e5ca2c1acbecd181c87f21a8673ca9038dc9f2be6ab8c23790bd91fd446" | 13 | SRC_URI[sha256sum] = "ce6519831603c19c2cf2e3c10b41d6ddc87a16049b99383e7b9b77fbc7707214" |
| 15 | 14 | ||
| 16 | inherit autotools gettext pkgconfig | 15 | inherit autotools gettext pkgconfig |
| 17 | 16 | ||
| 18 | EXTRA_OECONF += "--with-modules" | 17 | EXTRA_OECONF += "--with-modules" |
| 19 | 18 | ||
| 20 | PACKAGECONFIG ??= "libidn openssl zlib gnutls" | 19 | PACKAGECONFIG ??= "libidn openssl zlib gnutls readline expat" |
| 21 | PACKAGECONFIG[libidn] = "--with-libidn, --without-libidn, libidn" | 20 | PACKAGECONFIG[libidn] = "--with-libidn, --without-libidn, libidn" |
| 22 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" | 21 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" |
| 23 | PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib" | 22 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_INCDIR}/.., --without-zlib, zlib" |
| 24 | PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls" | 23 | PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls" |
| 24 | PACKAGECONFIG[readline] = "--with-readline --with-readline-inc=${STAGING_INCDIR} --with-readline-lib=-lreadline, , readline" | ||
| 25 | PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STAGING_INCDIR} --with-expat-lib=-lexpat, , expat" | ||
| 25 | 26 | ||
| 26 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" | 27 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" |
| 27 | RDEPENDS_${PN} = "perl bash readline" | 28 | RDEPENDS_${PN} = "perl bash readline" |
