summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-04 13:45:44 -0700
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:48:27 -0800
commitf8518f7c36b5d0ad59233230822898b1b24ac39d (patch)
tree6e1bb53be57ecb2d00ca31eb2f4f1152c6e33db9
parent53c88ad2b3ebc60352e810c6d9836db8b536be9d (diff)
downloadmeta-openembedded-f8518f7c36b5d0ad59233230822898b1b24ac39d.tar.gz
tnftp: upgrade 20210827 -> 20230507
License-Update: Its now under BSD-2-Clause Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/tnftp/tnftp_20230507.bb (renamed from meta-networking/recipes-support/tnftp/tnftp_20210827.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20210827.bb b/meta-networking/recipes-support/tnftp/tnftp_20230507.bb
index a6ba671e70..79c3dadea3 100644
--- a/meta-networking/recipes-support/tnftp/tnftp_20210827.bb
+++ b/meta-networking/recipes-support/tnftp/tnftp_20230507.bb
@@ -10,7 +10,7 @@ SOCKS support, TIS FWTK gate-ftp server support, and transfer rate \
10throttling." 10throttling."
11 11
12SECTION = "net" 12SECTION = "net"
13LICENSE = "BSD-4-Clause" 13LICENSE = "BSD-2-Clause"
14 14
15DEPENDS = "ncurses" 15DEPENDS = "ncurses"
16 16
@@ -28,9 +28,8 @@ ALTERNATIVE_TARGET[ftp] = "${bindir}/tnftp"
28 28
29FILES:${PN} = "${bindir}/tnftp" 29FILES:${PN} = "${bindir}/tnftp"
30 30
31LIC_FILES_CHKSUM = "file://COPYING;md5=b4248c6fb8ecff27f256ba97b25f1a21" 31LIC_FILES_CHKSUM = "file://COPYING;md5=fbbb944979c7466ed5509b4bbc6c328b"
32SRC_URI[md5sum] = "fdb6dd1b53dca79148c395b77c6dba5a" 32SRC_URI[sha256sum] = "be0134394bd7d418a3b34892b0709eeb848557e86474e1786f0d1a887d3a6580"
33SRC_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)} \