package/pkg-generic.mk: enable hash checks for svn tarbals

With commit 89f5e98932 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@free.fr>
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020.05.x
Heiko Thiery 2020-05-24 23:28:29 +02:00 committed by Yann E. MORIN
parent 18079e20a7
commit 9ff7b61705
1 changed files with 1 additions and 1 deletions

View File

@ -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