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 /utils/procps-ng/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 'utils/procps-ng/Makefile')
-rw-r--r-- | utils/procps-ng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/procps-ng/Makefile b/utils/procps-ng/Makefile index 7a33d2297..46fdf0862 100644 --- a/utils/procps-ng/Makefile +++ b/utils/procps-ng/Makefile @@ -18,6 +18,7 @@ PKG_SOURCE_URL:=https://gitlab.com/procps-ng/procps.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=8a198e3eafbde0b627e9992b41d26e6762e4f8c7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz +PKG_MIRROR_HASH:=60da7bd78e834112494e4019998c9de8d61f747eab244ef3c42cadc7fd0958cc PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 |