[Buildroot] [git commit] package/pkg-generic.mk: enable hash checks for svn tarbals

Yann E. MORIN yann.morin.1998 at free.fr
Mon May 25 21:20:15 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=9ff7b6170561dde1ea01f94cf765abe73140029b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

With commit 89f5e989323ace815a32fced27eaefee2f4666de support for
reproducible archives was added. Thus archives generated from svn do no
longer needs to be added to BR_NO_CHECK_HASH_FOR.

Cc: Yann E. MORIN <yann.morin.1998 at free.fr>
Signed-off-by: Heiko Thiery <heiko.thiery at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/pkg-generic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index 946dc6d561..f9385177ac 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -577,7 +577,7 @@ ifndef $(2)_DL_OPTS
  endif
 endif
 
-ifneq ($$(filter bzr cvs hg svn,$$($(2)_SITE_METHOD)),)
+ifneq ($$(filter bzr cvs hg,$$($(2)_SITE_METHOD)),)
 BR_NO_CHECK_HASH_FOR += $$($(2)_SOURCE)
 endif
 


More information about the buildroot mailing list