diff options
author | Ross Burton <ross.burton@arm.com> | 2024-12-03 20:02:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-05 17:07:10 +0000 |
commit | 03753c52ddcaad494678572a8432f98113bf876c (patch) | |
tree | 84dbc4c66007c2d84a3856c11ed74fdbd0b6232b | |
parent | 08e91d0d20e4155495b1064decac19d1f2c460e9 (diff) | |
download | poky-03753c52ddcaad494678572a8432f98113bf876c.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: 244779cc4d5e46cd3611c73862e653d38c8b99dd)
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>
-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 \ |