From: Ross Burton Date: Tue, 3 Dec 2024 20:02:26 +0000 (+0000) Subject: lrzsz: update SRC_URI to avoid redirect X-Git-Tag: yocto-5.2~1101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=244779cc4d5e46cd3611c73862e653d38c8b99dd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 \