diff options
author | Ross Burton <ross.burton@arm.com> | 2024-12-03 20:02:26 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-02-12 06:29:34 -0800 |
commit | aedd45576c4cb723a2ae34937c1cca7fafe631b1 (patch) | |
tree | 96031b6f22980bdb649225ce828f3f19e87b01ee | |
parent | e35b91ea4d49cad0fccacdbcdbe14bae020669ec (diff) | |
download | poky-aedd45576c4cb723a2ae34937c1cca7fafe631b1.tar.gz |
lrzsz: update SRC_URI to avoid redirect
This server redirects to https:, so we might as well avoid the redirect.
(From OE-Core rev: e475321e933e9c58e88dd445328f9228c417b4ff)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 244779cc4d5e46cd3611c73862e653d38c8b99dd)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb index 3024ddcaf0..f21b936020 100644 --- a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb +++ b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | |||
@@ -11,10 +11,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
11 | SECTION = "console/network" | 11 | SECTION = "console/network" |
12 | DEPENDS = "" | 12 | DEPENDS = "" |
13 | 13 | ||
14 | SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ | 14 | SRC_URI = "https://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ |
15 | file://autotools-update.patch \ | 15 | file://autotools-update.patch \ |
16 | file://autotools.patch \ | 16 | file://autotools.patch \ |
17 | file://makefile.patch \ | 17 | file://makefile.patch \ |
18 | file://lrzsz-check-locale.h.patch \ | 18 | file://lrzsz-check-locale.h.patch \ |
19 | file://cve-2018-10195.patch \ | 19 | file://cve-2018-10195.patch \ |
20 | file://include.patch \ | 20 | file://include.patch \ |