[Buildroot] [PATCH 14/14] tslib: fix github tarball to use commit id

Spenser Gilliland spenser at gillilanding.com
Thu Jun 6 16:47:29 UTC 2013


Signed-off-by: Spenser Gilliland <spenser at gillilanding.com>
---
 package/tslib/tslib.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk
index 2c07272..b6321e4 100644
--- a/package/tslib/tslib.mk
+++ b/package/tslib/tslib.mk
@@ -4,7 +4,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
 
-- 
1.7.9.5



More information about the buildroot mailing list