ports: also hash patches with absolute path names

Fixes #1305
This commit is contained in:
Christian Helmuth 2015-01-20 13:08:40 +01:00
parent 1717d11742
commit e479b9e8e8
8 changed files with 9 additions and 8 deletions

View File

@ -1 +1 @@
fa0ea19bd94fb109dac558e37996b60243eef785
ac9483f591c9b8dd4ed22b28e3a7e7ee382011bd

View File

@ -1 +1 @@
06721926fab2ff7d03d4e4236cd70fe73e0103b5
008372202d6280ef7eb8866eac7a79d6b5afd2ea

View File

@ -1 +1 @@
ceb4b1cc933a5caef903680c8723cd6fb73e1b12
72a9aff6c60b22d2c372c44fea6ff5846c077ad5

View File

@ -1 +1 @@
d3121f30954b15d2da548e8361dbaf419e6124b5
fe90aa7ca739eb69c0e0e422756f1d36f3d744ec

View File

@ -1 +1 @@
6f4b3df35e4f917ebbac94bfd6e16ef60f893801
cc3203080fe5e1c5029c47fd7f73fab76c71b9ed

View File

@ -1 +1 @@
e4777031d6e3087020f16e75f4cba0214457db5f
f5f038bc4232d78154248b6ce85b94108ca55255

View File

@ -1 +1 @@
fc1df6347d793d4ebb8c354229413021ae74d955
cb83a224ef03153433cb1ea03100301e88450f02

View File

@ -15,7 +15,8 @@
# STRICT_HASH to 'no', the MAKEFILE_LIST can be exluded.
#
_PATCHES_IN_REP_DIR := $(foreach P,$(PATCHES),$(wildcard $(REP_DIR)/$(P)))
_PATCHES_IN_REP_DIR := $(foreach P,$(PATCHES),\
$(wildcard $(REP_DIR)/$(subst $(REP_DIR)/,,$(P))))
HASH_INPUT += $(sort $(_PATCHES_IN_REP_DIR)) $(PORT)
ifneq ($(STRICT_HASH),no)