From ff2ce215e69b4dd196b9f387303c51e1be9064b9 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 25 Mar 2015 20:29:11 +0100 Subject: Build system: fix tarball hash check (once again) Signed-off-by: Abdoulaye Walsimou Gaye --- core/mk/pkg-macros/download.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/mk/pkg-macros/download.mk') diff --git a/core/mk/pkg-macros/download.mk b/core/mk/pkg-macros/download.mk index 477ec2c..905aadd 100644 --- a/core/mk/pkg-macros/download.mk +++ b/core/mk/pkg-macros/download.mk @@ -141,8 +141,8 @@ define __embtk_checktarball_pkg endef __embtk_md5tarball_pkg = $(if $(__embtk_pkg_md5),$(call __embtk_md5_cmd,$(__embtk_pkg_md5),$(__embtk_pkg_package_f))) __embtk_sha1tarball_pkg = $(if $(__embtk_pkg_sha1),$(call __embtk_sha1_cmd,$(__embtk_pkg_sha1),$(__embtk_pkg_package_f))) -__embtk_sha256tarball_pkg = $(if $(__embtk_pkg_sha256),$(call __embtk_sha1_cmd,$(__embtk_pkg_sha256),$(__embtk_pkg_package_f))) -__embtk_sha512tarball_pkg = $(if $(__embtk_pkg_sha512),$(call __embtk_sha1_cmd,$(__embtk_pkg_sha512),$(__embtk_pkg_package_f))) +__embtk_sha256tarball_pkg = $(if $(__embtk_pkg_sha256),$(call __embtk_sha256_cmd,$(__embtk_pkg_sha256),$(__embtk_pkg_package_f))) +__embtk_sha512tarball_pkg = $(if $(__embtk_pkg_sha512),$(call __embtk_sha512_cmd,$(__embtk_pkg_sha512),$(__embtk_pkg_package_f))) ifeq ($(embtk_buildhost-bsd),y) # BSD systems -- cgit v1.2.3