All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/lzip: switch to tar.gz tarball
@ 2022-02-11 20:31 Fabrice Fontaine
  2022-02-11 22:27 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-02-11 20:31 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

One of the autobuilder seems to have an issue with tar.lz tarball so
switch to tar.gz to avoid the following build failure since bump to
version 1.23 in commit 4648090a89a2478a4b0fa8cc43a49bc94668622c:

tar: This does not look like a tar archive

Fixes:
 - http://autobuild.buildroot.org/results/76d8afa81e478cb4f408292484f67898236ca5a0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/lzip/lzip.hash | 2 +-
 package/lzip/lzip.mk   | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/lzip/lzip.hash b/package/lzip/lzip.hash
index 5e285a5ad8..48ee8175ca 100644
--- a/package/lzip/lzip.hash
+++ b/package/lzip/lzip.hash
@@ -1,4 +1,4 @@
 # From https://lists.nongnu.org/archive/html/lzip-bug/2022-02/msg00000.html
-sha256  ea02b9e6fb25d0e1a1d3ef4fdeb6ab26b931f1ece66fa1cee2983c95215e930a  lzip-1.23.tar.lz
+sha256  4792c047ddf15ef29d55ba8e68a1a21e0cb7692d87ecdf7204419864582f280d  lzip-1.23.tar.gz
 # Locally calculated
 sha256  3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef  COPYING
diff --git a/package/lzip/lzip.mk b/package/lzip/lzip.mk
index e3cc86b956..31b5750767 100644
--- a/package/lzip/lzip.mk
+++ b/package/lzip/lzip.mk
@@ -5,7 +5,6 @@
 ################################################################################
 
 LZIP_VERSION = 1.23
-LZIP_SOURCE = lzip-$(LZIP_VERSION).tar.lz
 LZIP_SITE = http://download.savannah.gnu.org/releases/lzip
 LZIP_LICENSE = GPL-2.0+
 LZIP_LICENSE_FILES = COPYING
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-11 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-11 20:31 [Buildroot] [PATCH 1/1] package/lzip: switch to tar.gz tarball Fabrice Fontaine
2022-02-11 22:27 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.