]> code.ossystems Code Review - openembedded-core.git/commitdiff
libarchive: correct upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 3 Mar 2022 09:33:23 +0000 (10:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Mar 2022 17:13:10 +0000 (17:13 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libarchive/libarchive_3.6.0.bb

index 31bc82515ad8c5824a58e9524caf83304f3111ff..f078c8ad03e2e61fc73e93c91aee09f66beefa77 100644 (file)
@@ -33,6 +33,7 @@ PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd,"
 EXTRA_OECONF += "--enable-largefile"
 
 SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz"
+UPSTREAM_CHECK_URI = "http://libarchive.org/"
 
 SRC_URI[sha256sum] = "a36613695ffa2905fdedc997b6df04a3006ccfd71d747a339b78aa8412c3d852"