[Buildroot] [git commit] tslib: bump to 1.5

Peter Korsgaard peter at korsgaard.com
Thu Feb 9 14:01:40 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=211d8a9dce207d832459644e227d8ac99399d394
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Martin Kepplinger <martin.kepplinger at ginzinger.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/tslib/tslib.hash | 6 ++----
 package/tslib/tslib.mk   | 3 +--
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/package/tslib/tslib.hash b/package/tslib/tslib.hash
index b731df2..d7ae4dc 100644
--- a/package/tslib/tslib.hash
+++ b/package/tslib/tslib.hash
@@ -1,4 +1,2 @@
-# taken from https://github.com/kergoth/tslib/releases/tag/1.4
-sha256  ad0373f1dbfda27caec92cb10421227f226c79d160488f1ac915585ba947741f  tslib-1.4.tar.xz
-# Locally computed
-sha256	b76d25358d1e2bbcc88b0b225e8d71cd00a4795f6d17020bae270940b17d0825  02795c4fa8b842c6fc017e86b5e036466bd4d3ef.patch
+# https://github.com/kergoth/tslib/releases/download/1.5/tslib-1.5.tar.xz.sha256
+sha256  94874fe72c5af5c9be642a2ce524f014eb1d59d15cf852f2d3b2cf380f04252d  tslib-1.5.tar.xz
diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
index 356c4c2..08b1d26 100644
--- a/package/tslib/tslib.mk
+++ b/package/tslib/tslib.mk
@@ -4,13 +4,12 @@
 #
 ################################################################################
 
-TSLIB_VERSION = 1.4
+TSLIB_VERSION = 1.5
 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
 
-TSLIB_PATCH = https://github.com/kergoth/tslib/commit/02795c4fa8b842c6fc017e86b5e036466bd4d3ef.patch
 TSLIB_AUTORECONF = YES
 TSLIB_INSTALL_STAGING = YES
 TSLIB_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install


More information about the buildroot mailing list