diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-25 16:57:42 +0000 |
|---|---|---|
| committer | Ross Burton <ross.burton@arm.com> | 2025-02-27 20:28:17 +0000 |
| commit | aa8db6600c078d51446b74ed6d326370f78ae7cb (patch) | |
| tree | 8d2ef421a7f4b676a69fc109f06a650fda65d8fb | |
| parent | 4089a0c02122508735b3dc0fb6f9cb31968d96f0 (diff) | |
| download | meta-openembedded-aa8db6600c078d51446b74ed6d326370f78ae7cb.tar.gz | |
lftp: remove obsolete acpaths
As of "autotools: don't try and find in-tree macros" in core, acpaths is
no longer used.
Also remove an obsolete FILES:PN-dbg as the debug package is packaged
automatically.
Signed-off-by: Ross Burton <ross.burton@arm.com>
| -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" |
