]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
lrzsz: update SRC_URI to avoid redirect
authorRoss Burton <ross.burton@arm.com>
Tue, 3 Dec 2024 20:02:26 +0000 (20:02 +0000)
committerSteve Sakoman <steve@sakoman.com>
Mon, 10 Feb 2025 16:06:16 +0000 (08:06 -0800)
This server redirects to https:, so we might as well avoid the redirect.

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>
meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb

index 3024ddcaf0746636e5335a17ef847c82c69e753f..f21b9360206faaaa46d31531ba77fc6d79f2ff91 100644 (file)
@@ -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 \