We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46135d9 commit 6de8051Copy full SHA for 6de8051
depends/funcs.mk
@@ -108,7 +108,7 @@ $(1)_prefixbin:=$($($(1)_type)_prefix)/bin/
108
$(1)_all_sources=$($(1)_file_name) $($(1)_extra_sources)
109
110
#stamps
111
-$(1)_fetched=$(SOURCES_PATH)/download-stamps/.stamp_fetched-$(1)-$($(1)_file_name).hash
+$(1)_fetched=$(SOURCES_PATH)/download-stamps/.stamp_fetched-$(1)-$($(1)_version)-$($(1)_sha256_hash).hash
112
$(1)_extracted=$$($(1)_extract_dir)/.stamp_extracted
113
$(1)_preprocessed=$$($(1)_extract_dir)/.stamp_preprocessed
114
$(1)_cleaned=$$($(1)_extract_dir)/.stamp_cleaned
0 commit comments