mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-04 20:54:45 +02:00
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>
This commit is contained in:
parent
860aedadc9
commit
42f689355a
|
@ -30,6 +30,7 @@ PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd,"
|
|||
EXTRA_OECONF += "--enable-largefile --without-iconv"
|
||||
|
||||
SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz"
|
||||
UPSTREAM_CHECK_URI = "https://www.libarchive.org/"
|
||||
|
||||
SRC_URI[sha256sum] = "bde832a5e3344dc723cfe9cc37f8e54bde04565bfe6f136bc1bd31ab352e9fab"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user