diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-06-30 12:59:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-03 10:40:17 +0100 |
commit | 42f689355ac3034d230535e488cadc9931169ad8 (patch) | |
tree | 2bba9881736208cb5fefedc3f0257998d764c96d | |
parent | 860aedadc9244e5979bb3750e321cab4c4cf3063 (diff) | |
download | poky-42f689355ac3034d230535e488cadc9931169ad8.tar.gz |
libarchive: correct upstream version check
The directory index is missing the latest release:
https://www.libarchive.org/downloads/
Ticket (which I do not believe will be quickly fixed, considering
other similar open tickets):
https://github.com/libarchive/libarchive/issues/2693
(From OE-Core rev: e3b3c85f026ffba772c1cc6918113274e13002e5)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.8.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.8.1.bb b/meta/recipes-extended/libarchive/libarchive_3.8.1.bb index 472b5820f0..69520b1bad 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.8.1.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.8.1.bb | |||
@@ -30,6 +30,7 @@ PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd," | |||
30 | EXTRA_OECONF += "--enable-largefile --without-iconv" | 30 | EXTRA_OECONF += "--enable-largefile --without-iconv" |
31 | 31 | ||
32 | SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz" | 32 | SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz" |
33 | UPSTREAM_CHECK_URI = "https://www.libarchive.org/" | ||
33 | 34 | ||
34 | SRC_URI[sha256sum] = "bde832a5e3344dc723cfe9cc37f8e54bde04565bfe6f136bc1bd31ab352e9fab" | 35 | SRC_URI[sha256sum] = "bde832a5e3344dc723cfe9cc37f8e54bde04565bfe6f136bc1bd31ab352e9fab" |
35 | 36 | ||