tslib: fix github tarball to use commit id
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7869f83bda
commit
013365238f
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
TSLIB_VERSION = 158ee49b32f83cb7b02d5315f41c2e4cff38942d
|
||||
TSLIB_SITE = http://github.com/kergoth/tslib/tarball/master
|
||||
TSLIB_SITE = http://github.com/kergoth/tslib/tarball/$(TSLIB_VERSION)
|
||||
TSLIB_LICENSE = GPL, LGPL
|
||||
TSLIB_LICENSE_FILES = COPYING
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user