diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-04-24 13:10:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-29 09:55:31 +0100 |
commit | 2c841a254890755e7e2f8603dc40aac7777fc77e (patch) | |
tree | 49866dea7d0804e06052d0ce0fbb36dde8aea6a3 | |
parent | 5eb2bdff94e9bb6aee1fbcbfe555dd0b43d12a7f (diff) | |
download | poky-2c841a254890755e7e2f8603dc40aac7777fc77e.tar.gz |
libarchive: correct upstream version check
File index works now:
http://libarchive.org/downloads/
(From OE-Core rev: 11dfb88badcbb0daf3744eb3ab82bf9290ae5981)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.7.9.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb b/meta/recipes-extended/libarchive/libarchive_3.7.9.bb index 9d134f7d38..d70cdb3d83 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.7.9.bb | |||
@@ -31,8 +31,6 @@ 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 | 33 | ||
34 | UPSTREAM_CHECK_URI = "http://libarchive.org/" | ||
35 | |||
36 | SRC_URI[sha256sum] = "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f" | 34 | SRC_URI[sha256sum] = "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f" |
37 | 35 | ||
38 | inherit autotools update-alternatives pkgconfig | 36 | inherit autotools update-alternatives pkgconfig |