diff options
author | Mischa Jonker <Mischa.Jonker@synopsys.com> | 2013-12-05 18:20:46 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-06 22:38:26 +0100 |
commit | e5c392830ed3976269282c4f173d11f64a380e3c (patch) | |
tree | 974c26cf4cf1ecbd94c694d49dd1e3c9010725b2 /package/tslib | |
parent | c7c7d0697c00e45bcfad15b027f5c66005f4c005 (diff) |
packages: convert Github http:// users to the github helper
[Thomas: taken from Mischa original github patch.]
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/tslib')
-rw-r--r-- | package/tslib/tslib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk index 751d01e7e..9524965ed 100644 --- a/package/tslib/tslib.mk +++ b/package/tslib/tslib.mk @@ -5,7 +5,7 @@ ################################################################################ TSLIB_VERSION = 1.1 -TSLIB_SITE = http://github.com/kergoth/tslib/tarball/$(TSLIB_VERSION) +TSLIB_SITE = $(call github,kergoth,tslib,$(TSLIB_VERSION)) TSLIB_LICENSE = GPL, LGPL TSLIB_LICENSE_FILES = COPYING |