From e475321e933e9c58e88dd445328f9228c417b4ff Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 3 Dec 2024 20:02:26 +0000 Subject: [PATCH] lrzsz: update SRC_URI to avoid redirect This server redirects to https:, so we might as well avoid the redirect. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie (cherry picked from commit 244779cc4d5e46cd3611c73862e653d38c8b99dd) Signed-off-by: Steve Sakoman --- meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | 6 +++--- 1 file 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 3024ddcaf07..f21b9360206 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 \ SECTION = "console/network" DEPENDS = "" -SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ +SRC_URI = "https://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \ file://autotools-update.patch \ - file://autotools.patch \ - file://makefile.patch \ + file://autotools.patch \ + file://makefile.patch \ file://lrzsz-check-locale.h.patch \ file://cve-2018-10195.patch \ file://include.patch \ -- 2.47.2