summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-01-24 14:33:58 +0000
committerKhem Raj <raj.khem@gmail.com>2025-01-24 18:27:39 -0800
commit6ff48b6461aa729d52a7c8bd31de3d94e5e0c9a4 (patch)
tree7ffecadca2e7fb3f1ae9d95f3e39814042a13677
parentb3445bee96b5bbc4536e9c41b77a73cad96c2fae (diff)
downloadmeta-openembedded-6ff48b6461aa729d52a7c8bd31de3d94e5e0c9a4.tar.gz
ncftp: update for autoconf changes in core
ACLOCALEXTRAPATH is no longer used, so pass the required -I via EXTRA_AUTORECONF. Also explicitly disable aclocal as the aclocal is hand-maintained. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb
index 9ef9182b54..6b62e135d6 100644
--- a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb
+++ b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb
@@ -14,6 +14,7 @@ SRC_URI = "https://www.ncftp.com/public_ftp/ncftp/${BP}-src.tar.xz \
14 " 14 "
15SRC_URI[sha256sum] = "d41c5c4d6614a8eae2ed4e4d7ada6b6d3afcc9fb65a4ed9b8711344bef24f7e8" 15SRC_URI[sha256sum] = "d41c5c4d6614a8eae2ed4e4d7ada6b6d3afcc9fb65a4ed9b8711344bef24f7e8"
16 16
17# Doesn't use automake
17inherit autotools-brokensep pkgconfig 18inherit autotools-brokensep pkgconfig
18 19
19CFLAGS += "-DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -Wall" 20CFLAGS += "-DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -Wall"
@@ -21,8 +22,8 @@ CFLAGS += "-DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -Wall"
21PACKAGECONFIG ??= "" 22PACKAGECONFIG ??= ""
22PACKAGECONFIG[ccdv] = "--enable-ccdv,--disable-ccdv,," 23PACKAGECONFIG[ccdv] = "--enable-ccdv,--disable-ccdv,,"
23 24
25EXTRA_AUTORECONF += "--exclude=aclocal -I ${S}/autoconf_local"
24EXTRA_OECONF = "--disable-precomp --disable-universal ac_cv_path_TAR=tar" 26EXTRA_OECONF = "--disable-precomp --disable-universal ac_cv_path_TAR=tar"
25EXTRA_AUTORECONF += "-I ${S}/autoconf_local"
26 27
27do_install () { 28do_install () {
28 install -d ${D}${bindir} ${D}${sysconfdir} ${D}${mandir} 29 install -d ${D}${bindir} ${D}${sysconfdir} ${D}${mandir}