diff options
author | Hauke Mehrtens <hauke.mehrtens@intel.com> | 2017-03-15 00:08:14 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-03-17 19:52:34 +0100 |
commit | e7c51f59738f207edd0cd348c55b1047e49b8b37 (patch) | |
tree | 18a80a00c0f2543eb59b7dfe39f9de9d16649254 /net/linuxptp/Makefile | |
parent | 0fcdd8d84d493b9f5097f88bd8f8dbc5628d6f74 (diff) |
linuxptp: download directly via http
Instead of cloning the released version via git, just download it via
http from sourceforge.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
Diffstat (limited to 'net/linuxptp/Makefile')
-rw-r--r-- | net/linuxptp/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/linuxptp/Makefile b/net/linuxptp/Makefile index 612852188..a1ad6e38f 100644 --- a/net/linuxptp/Makefile +++ b/net/linuxptp/Makefile @@ -10,15 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linuxptp PKG_VERSION:=1.8 PKG_RELEASE:=2 -PKG_REV:=891d56e4292653c5c19ac8345159a1f1f5b2df26 PKG_MAINTAINER:=Wojciech Dubowik <Wojciech.Dubowik@neratec.com> -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=git://git.code.sf.net/p/linuxptp/code -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=$(PKG_REV) -PKG_SOURCE_PROTO:=git -PKG_MD5SUM:= +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz +PKG_SOURCE_URL:=@SF/$(PKG_NAME)/v$(PKG_VERSION) +PKG_MD5SUM:=5688cdfe57932273e1dbf35b3b97b9a0 +PKG_HASH:=fa8e00f6ec73cefa7bb313dce7f60dfe5eb9e2bde3353594e9ac18edc93e5165 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |