diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-20 23:32:27 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-03-24 14:10:18 -0400 |
commit | cb3561aa22640e27d2bcadd541f247e90a7f1436 (patch) | |
tree | 1b7877fb2041d8432933ea5beb8fa15af1ea641c /meta-networking | |
parent | e4e7c0ac8ea4f3e720b7eb712663ac2531fd4805 (diff) | |
download | meta-openembedded-cb3561aa22640e27d2bcadd541f247e90a7f1436.tar.gz |
lftp: Upgrade to 4.7.7
Delete charset.alias if generated
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/lftp/lftp_4.7.7.bb (renamed from meta-networking/recipes-connectivity/lftp/lftp_4.7.5.bb) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.7.5.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.7.7.bb index 8f88f9b10..b6b65da73 100644 --- a/meta-networking/recipes-connectivity/lftp/lftp_4.7.5.bb +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.7.7.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] = "868d621838d471ba681ca6004c1f9305" | 12 | SRC_URI[md5sum] = "3701e7675baa5619c92622eb141c8301" |
13 | SRC_URI[sha256sum] = "90f3cbc827534c3b3a391a2dd8b39cc981ac4991fa24b6f90e2008ccc0a5207d" | 13 | SRC_URI[sha256sum] = "fe441f20a9a317cfb99a8b8e628ba0457df472b6d93964d17374d5b5ebdf9280" |
14 | 14 | ||
15 | inherit autotools gettext pkgconfig | 15 | inherit autotools gettext pkgconfig |
16 | 16 | ||
@@ -26,5 +26,9 @@ PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls" | |||
26 | PACKAGECONFIG[readline] = "--with-readline=${STAGING_INCDIR}/.. --with-readline-inc=${STAGING_INCDIR} --with-readline-lib=-lreadline, --with-readline=no, readline" | 26 | PACKAGECONFIG[readline] = "--with-readline=${STAGING_INCDIR}/.. --with-readline-inc=${STAGING_INCDIR} --with-readline-lib=-lreadline, --with-readline=no, readline" |
27 | PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STAGING_INCDIR} --with-expat-lib=-lexpat, , expat" | 27 | PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STAGING_INCDIR} --with-expat-lib=-lexpat, , expat" |
28 | 28 | ||
29 | do_install_append() { | ||
30 | rm -rf ${D}${libdir}/charset.alias | ||
31 | } | ||
32 | |||
29 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" | 33 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" |
30 | RDEPENDS_${PN} = "perl bash readline" | 34 | RDEPENDS_${PN} = "perl bash readline" |