diff options
author | Etienne Champetier <champetier.etienne@gmail.com> | 2017-08-27 21:28:09 -0700 |
---|---|---|
committer | Etienne Champetier <champetier.etienne@gmail.com> | 2017-08-29 21:41:14 -0700 |
commit | 4006865ae81b20b1793ae2a07db20235fefd2c71 (patch) | |
tree | d09ca7c42f0ec1e48a10609e3e8b9a75ef214b64 /net/linuxptp/Makefile | |
parent | 5f95c0a2e3dd9b175097970833694de6c53b6bcc (diff) |
treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git
(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Diffstat (limited to 'net/linuxptp/Makefile')
-rw-r--r-- | net/linuxptp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/linuxptp/Makefile b/net/linuxptp/Makefile index 8ff217d7e..1d84748fe 100644 --- a/net/linuxptp/Makefile +++ b/net/linuxptp/Makefile @@ -14,7 +14,6 @@ PKG_RELEASE:=4 PKG_MAINTAINER:=Wojciech Dubowik <Wojciech.Dubowik@neratec.com> 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 |