summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-01-14 09:39:40 +0800
committerKhem Raj <raj.khem@gmail.com>2022-01-18 09:01:51 -0800
commit1b3b4c65b3fdfce13bf843f1940cde5981cda205 (patch)
tree913cb75379b73069ebf24f5ecc6fb7dd37d006ea
parent8a6a9f3b9e445e6a78242fa1a236362a2da21032 (diff)
downloadmeta-openembedded-1b3b4c65b3fdfce13bf843f1940cde5981cda205.tar.gz
tnftp: upgrade 20151004 -> 20210827
* License-Update: Update copyright years * Drop tnftp-autotools.patch as the issue had been fixed upstream Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/tnftp/tnftp/tnftp-autotools.patch42
-rw-r--r--meta-networking/recipes-support/tnftp/tnftp_20210827.bb (renamed from meta-networking/recipes-support/tnftp/tnftp_20151004.bb)7
2 files changed, 3 insertions, 46 deletions
diff --git a/meta-networking/recipes-support/tnftp/tnftp/tnftp-autotools.patch b/meta-networking/recipes-support/tnftp/tnftp/tnftp-autotools.patch
deleted file mode 100644
index 1bda576bc2..0000000000
--- a/meta-networking/recipes-support/tnftp/tnftp/tnftp-autotools.patch
+++ /dev/null
@@ -1,42 +0,0 @@
1[PATCH] Update configure.ac and Makefile.am to resolve warnings/errors
2
3Upstream-Status: Pending
4
5Signed-off-by: Roy Li <rongqing.li@windriver.com>
6---
7 configure.ac | 2 ++
8 libnetbsd/Makefile.am | 2 +-
9 2 files changed, 3 insertions(+), 1 deletion(-)
10
11diff --git a/configure.ac b/configure.ac
12index a96d2ab..b3b3069 100644
13--- a/configure.ac
14+++ b/configure.ac
15@@ -71,9 +71,11 @@ AH_TEMPLATE([WITH_SSL],
16 #
17 # Checks for programs.
18 #
19+AM_PROG_AR()
20 AC_PROG_CC()
21 AC_PROG_AWK()
22 AC_PROG_LIBTOOL()
23+AM_PROG_CC_C_O()
24
25 #
26 # Checks for tool features.
27diff --git a/libnetbsd/Makefile.am b/libnetbsd/Makefile.am
28index 3e5c3ce..39bb12d 100644
29--- a/libnetbsd/Makefile.am
30+++ b/libnetbsd/Makefile.am
31@@ -5,7 +5,7 @@ noinst_LTLIBRARIES = libnetbsd.la
32 libnetbsd_la_SOURCES =
33
34
35-CPPFLAGS = \
36+AM_CPPFLAGS = \
37 -I$(srcdir) \
38 -I$(top_srcdir) \
39 -I$(top_builddir)
40--
411.7.10.4
42
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb b/meta-networking/recipes-support/tnftp/tnftp_20210827.bb
index 8e03f1bdb9..111a63d297 100644
--- a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb
+++ b/meta-networking/recipes-support/tnftp/tnftp_20210827.bb
@@ -15,7 +15,6 @@ LICENSE = "BSD-4-Clause"
15DEPENDS = "ncurses" 15DEPENDS = "ncurses"
16 16
17SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/${BPN}-${PV}.tar.gz \ 17SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/${BPN}-${PV}.tar.gz \
18 file://tnftp-autotools.patch \
19" 18"
20 19
21inherit autotools update-alternatives pkgconfig 20inherit autotools update-alternatives pkgconfig
@@ -28,9 +27,9 @@ ALTERNATIVE_TARGET_${PN} = "${bindir}/tnftp"
28 27
29FILES:${PN} = "${bindir}/tnftp" 28FILES:${PN} = "${bindir}/tnftp"
30 29
31LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e" 30LIC_FILES_CHKSUM = "file://COPYING;md5=b4248c6fb8ecff27f256ba97b25f1a21"
32SRC_URI[md5sum] = "a49fbe752318d5a7893f900046ea00d5" 31SRC_URI[md5sum] = "fdb6dd1b53dca79148c395b77c6dba5a"
33SRC_URI[sha256sum] = "c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0" 32SRC_URI[sha256sum] = "101901e90b656c223ec8106370dd0d783fb63d26aa6f0b2a75f40e86a9f06ea2"
34 33
35PACKAGECONFIG ?= "openssl \ 34PACKAGECONFIG ?= "openssl \
36 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ 35 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \