diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-01-06 05:54:54 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-06 19:22:26 -0800 |
| commit | 263bbaf3ba785b4001a9bf9a149ad945dd248bb3 (patch) | |
| tree | 2986b38f94f70302974c529b3795c29d40df4276 /meta-networking/recipes-connectivity/lftp/lftp_4.9.0.bb | |
| parent | 239f697a5b6f246a3c463091c6022432b9513a89 (diff) | |
| download | meta-openembedded-263bbaf3ba785b4001a9bf9a149ad945dd248bb3.tar.gz | |
lftp: upgrade 4.8.4 -> 4.9.0
fix-gcc-6-conflicts-signbit.patch
Removed since they are included in 4.9.0
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/lftp/lftp_4.9.0.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/lftp/lftp_4.9.0.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.9.0.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.9.0.bb new file mode 100644 index 0000000000..ef047f7a3c --- /dev/null +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.9.0.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | DESCRIPTION = "LFTP is a sophisticated file transfer program with \ | ||
| 2 | command line interface. It supports FTP, HTTP, \ | ||
| 3 | FISH, SFTP, HTTPS and FTPS protocols" | ||
| 4 | HOMEPAGE = "http://lftp.yar.ru/" | ||
| 5 | SECTION = "console/network" | ||
| 6 | LICENSE = "GPLv3" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 8 | |||
| 9 | SRC_URI = "http://lftp.yar.ru/ftp/lftp-${PV}.tar.bz2" | ||
| 10 | SRC_URI[md5sum] = "b05817a2c26463618271730d0f677edb" | ||
| 11 | SRC_URI[sha256sum] = "309e7e91a7c020625715e85c1726b1e7524da22518683fbe051ac13116dedeac" | ||
| 12 | |||
| 13 | inherit autotools gettext pkgconfig | ||
| 14 | |||
| 15 | acpaths = "-I ./m4" | ||
| 16 | |||
| 17 | EXTRA_OECONF += "--with-modules --disable-rpath" | ||
| 18 | |||
| 19 | PACKAGECONFIG ??= "openssl zlib gnutls readline expat" | ||
| 20 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" | ||
| 21 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_INCDIR}/.., --without-zlib, zlib" | ||
| 22 | PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls" | ||
| 23 | PACKAGECONFIG[readline] = "--with-readline=${STAGING_INCDIR}/.. --with-readline-inc=${STAGING_INCDIR} --with-readline-lib=-lreadline, --with-readline=no, readline" | ||
| 24 | PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STAGING_INCDIR} --with-expat-lib=-lexpat, , expat" | ||
| 25 | |||
| 26 | do_install_append() { | ||
| 27 | rm -rf ${D}${libdir}/charset.alias | ||
| 28 | } | ||
| 29 | FILES_${PN} += "${datadir}/icons/hicolor" | ||
| 30 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" | ||
| 31 | RDEPENDS_${PN} = "perl bash readline" | ||
