summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2024-04-09 13:25:29 -0700
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-29 20:15:31 +0200
commitd42bb883dd40807a0f3ce4d2494fbd4824cb596e (patch)
tree0d7ba6daf6046fe257dd3305dbb2a349a69fd353
parentbb12695af8518caf2c90b7cf47450add704a1962 (diff)
downloadmeta-openembedded-d42bb883dd40807a0f3ce4d2494fbd4824cb596e.tar.gz
tnftp: switch the SRC_URI to https
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8f4dc754cf2a01905211a89980f7a492c33b71a8) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-networking/recipes-support/tnftp/tnftp_20210827.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20210827.bb b/meta-networking/recipes-support/tnftp/tnftp_20210827.bb
index 8c5892668d..9b1b25f152 100644
--- a/meta-networking/recipes-support/tnftp/tnftp_20210827.bb
+++ b/meta-networking/recipes-support/tnftp/tnftp_20210827.bb
@@ -14,7 +14,7 @@ LICENSE = "BSD-4-Clause"
14 14
15DEPENDS = "ncurses" 15DEPENDS = "ncurses"
16 16
17SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/${BPN}-${PV}.tar.gz \ 17SRC_URI = "https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/${BPN}-${PV}.tar.gz \
18 file://0001-libedit-Include-missing-header-stdc-predef.h.patch \ 18 file://0001-libedit-Include-missing-header-stdc-predef.h.patch \
19" 19"
20 20