diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb')
-rw-r--r-- | meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb index bf3e18dce7..927916f985 100644 --- a/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb | |||
@@ -12,8 +12,6 @@ SRC_URI[sha256sum] = "8a07cbf4df09b107fe3fc41d133ee2f6cea6ef4c33ccf06c8448ad058c | |||
12 | 12 | ||
13 | inherit autotools gettext pkgconfig | 13 | inherit autotools gettext pkgconfig |
14 | 14 | ||
15 | acpaths = "-I ./m4" | ||
16 | |||
17 | EXTRA_OECONF += "--with-modules --disable-rpath" | 15 | EXTRA_OECONF += "--with-modules --disable-rpath" |
18 | 16 | ||
19 | PACKAGECONFIG ??= "openssl zlib gnutls readline expat" | 17 | PACKAGECONFIG ??= "openssl zlib gnutls readline expat" |
@@ -27,5 +25,4 @@ do_install:append() { | |||
27 | rm -rf ${D}${libdir}/charset.alias | 25 | rm -rf ${D}${libdir}/charset.alias |
28 | } | 26 | } |
29 | FILES:${PN} += "${datadir}/icons/hicolor" | 27 | FILES:${PN} += "${datadir}/icons/hicolor" |
30 | FILES:${PN}-dbg += "${libdir}/lftp/${PV}/.debug" | ||
31 | RDEPENDS:${PN} = "perl bash readline" | 28 | RDEPENDS:${PN} = "perl bash readline" |