diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-11-04 13:45:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-06 08:48:27 -0800 |
commit | f8518f7c36b5d0ad59233230822898b1b24ac39d (patch) | |
tree | 6e1bb53be57ecb2d00ca31eb2f4f1152c6e33db9 | |
parent | 53c88ad2b3ebc60352e810c6d9836db8b536be9d (diff) | |
download | meta-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 \ | |||
10 | throttling." | 10 | throttling." |
11 | 11 | ||
12 | SECTION = "net" | 12 | SECTION = "net" |
13 | LICENSE = "BSD-4-Clause" | 13 | LICENSE = "BSD-2-Clause" |
14 | 14 | ||
15 | DEPENDS = "ncurses" | 15 | DEPENDS = "ncurses" |
16 | 16 | ||
@@ -28,9 +28,8 @@ ALTERNATIVE_TARGET[ftp] = "${bindir}/tnftp" | |||
28 | 28 | ||
29 | FILES:${PN} = "${bindir}/tnftp" | 29 | FILES:${PN} = "${bindir}/tnftp" |
30 | 30 | ||
31 | LIC_FILES_CHKSUM = "file://COPYING;md5=b4248c6fb8ecff27f256ba97b25f1a21" | 31 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbbb944979c7466ed5509b4bbc6c328b" |
32 | SRC_URI[md5sum] = "fdb6dd1b53dca79148c395b77c6dba5a" | 32 | SRC_URI[sha256sum] = "be0134394bd7d418a3b34892b0709eeb848557e86474e1786f0d1a887d3a6580" |
33 | SRC_URI[sha256sum] = "101901e90b656c223ec8106370dd0d783fb63d26aa6f0b2a75f40e86a9f06ea2" | ||
34 | 33 | ||
35 | PACKAGECONFIG ?= "openssl \ | 34 | PACKAGECONFIG ?= "openssl \ |
36 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 35 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |