diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-04-26 10:00:03 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:32:26 -0700 |
commit | 00794e3f93f1b8deb9638f824ee1d76edf3edaa0 (patch) | |
tree | 14e1820a63c2bf5536ef5bffcd2540d4de11e9de | |
parent | 028f302074e204c056990bca263433cd776efab8 (diff) | |
download | meta-openembedded-00794e3f93f1b8deb9638f824ee1d76edf3edaa0.tar.gz |
lftp: Upgrade to 4.8.3
Drop libidn packageconfig, this is no more an option in configure.ac
Package the icon files
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb (renamed from meta-networking/recipes-connectivity/lftp/lftp_4.7.7.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.7.7.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb index b6b65da736..08d89b8c56 100644 --- a/meta-networking/recipes-connectivity/lftp/lftp_4.7.7.bb +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
9 | SRC_URI = "http://lftp.yar.ru/ftp/lftp-${PV}.tar.bz2 \ | 9 | SRC_URI = "http://lftp.yar.ru/ftp/lftp-${PV}.tar.bz2 \ |
10 | file://fix-gcc-6-conflicts-signbit.patch \ | 10 | file://fix-gcc-6-conflicts-signbit.patch \ |
11 | " | 11 | " |
12 | SRC_URI[md5sum] = "3701e7675baa5619c92622eb141c8301" | 12 | SRC_URI[md5sum] = "12b1fcbf13f41e9cdb0903fc670fa1f1" |
13 | SRC_URI[sha256sum] = "fe441f20a9a317cfb99a8b8e628ba0457df472b6d93964d17374d5b5ebdf9280" | 13 | SRC_URI[sha256sum] = "c4159f056afee41866a6c2d639655bc351e6d3486bbe7758eaedb24f6a4239d5" |
14 | 14 | ||
15 | inherit autotools gettext pkgconfig | 15 | inherit autotools gettext pkgconfig |
16 | 16 | ||
@@ -18,8 +18,7 @@ acpaths = "-I ./m4" | |||
18 | 18 | ||
19 | EXTRA_OECONF += "--with-modules" | 19 | EXTRA_OECONF += "--with-modules" |
20 | 20 | ||
21 | PACKAGECONFIG ??= "libidn openssl zlib gnutls readline expat" | 21 | PACKAGECONFIG ??= "openssl zlib gnutls readline expat" |
22 | PACKAGECONFIG[libidn] = "--with-libidn, --without-libidn, libidn" | ||
23 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" | 22 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" |
24 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_INCDIR}/.., --without-zlib, zlib" | 23 | PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_INCDIR}/.., --without-zlib, zlib" |
25 | PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls" | 24 | PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls" |
@@ -29,6 +28,6 @@ PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STA | |||
29 | do_install_append() { | 28 | do_install_append() { |
30 | rm -rf ${D}${libdir}/charset.alias | 29 | rm -rf ${D}${libdir}/charset.alias |
31 | } | 30 | } |
32 | 31 | FILES_${PN} += "${datadir}/icons/hicolor" | |
33 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" | 32 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" |
34 | RDEPENDS_${PN} = "perl bash readline" | 33 | RDEPENDS_${PN} = "perl bash readline" |