From: Baruch Siach Date: Sat, 14 Jan 2017 20:17:29 +0000 (+0200) Subject: tslib: use upstream .tar.xz archive X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2fa0472d14522557c8ac553a8553930658db502;p=buildroot.git tslib: use upstream .tar.xz archive Save some network bandwidth. [Peter: use TSLIB_VERSION instead of hardcoding 1.3] Signed-off-by: Baruch Siach Tested-by: "Yann E. MORIN" Reviewed-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/package/tslib/tslib.hash b/package/tslib/tslib.hash index a80944c217..cdbe0d2cbe 100644 --- a/package/tslib/tslib.hash +++ b/package/tslib/tslib.hash @@ -1,2 +1,2 @@ # Locally generated -sha256 599f51c265158e7801b166e879e19759e8d3e5fdf2fa99c630698fe162a41d56 tslib-1.3.tar.gz +sha256 e935101adca980a14d1a13362796222575f99e6a41db585e8358fffddb98d92c tslib-1.3.tar.xz diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk index 7f74ca5fed..2bf10ebaab 100644 --- a/package/tslib/tslib.mk +++ b/package/tslib/tslib.mk @@ -6,6 +6,7 @@ TSLIB_VERSION = 1.3 TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION) +TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz TSLIB_LICENSE = GPL, LGPL TSLIB_LICENSE_FILES = COPYING