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 /lang/python/python-crcmod/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 'lang/python/python-crcmod/Makefile')
-rw-r--r-- | lang/python/python-crcmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/python-crcmod/Makefile b/lang/python/python-crcmod/Makefile index 03b9d6af6..3ad025845 100644 --- a/lang/python/python-crcmod/Makefile +++ b/lang/python/python-crcmod/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE:=MIT PKG_SOURCE:=crcmod-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pypi.python.org/packages/source/c/crcmod/ -PKG_MD5SUM:=2d5b92117d958dcead94f9e17f54cd32 +PKG_HASH:=dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e PKG_BUILD_DIR:=$(BUILD_DIR)/crcmod-$(PKG_VERSION) PKG_BUILD_DEPENDS:=python |