tslib: bump to 1.5
Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
42eabd7551
commit
211d8a9dce
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user