mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
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>
This commit is contained in:
parent
4089a0c021
commit
aa8db6600c
@ -12,8 +12,6 @@ SRC_URI[sha256sum] = "8a07cbf4df09b107fe3fc41d133ee2f6cea6ef4c33ccf06c8448ad058c
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
|
||||
acpaths = "-I ./m4"
|
||||
|
||||
EXTRA_OECONF += "--with-modules --disable-rpath"
|
||||
|
||||
PACKAGECONFIG ??= "openssl zlib gnutls readline expat"
|
||||
@ -27,5 +25,4 @@ do_install:append() {
|
||||
rm -rf ${D}${libdir}/charset.alias
|
||||
}
|
||||
FILES:${PN} += "${datadir}/icons/hicolor"
|
||||
FILES:${PN}-dbg += "${libdir}/lftp/${PV}/.debug"
|
||||
RDEPENDS:${PN} = "perl bash readline"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user