package/pkg-download: export TAR for download backends
Later commits will start using this variable. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> [Arnout: quote TAR="..."] Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
68fd0009e3
commit
ce6b48c2cf
@ -109,7 +109,9 @@ endif
|
|||||||
|
|
||||||
define DOWNLOAD
|
define DOWNLOAD
|
||||||
$(Q)mkdir -p $($(2)_DL_DIR)
|
$(Q)mkdir -p $($(2)_DL_DIR)
|
||||||
$(Q)$(EXTRA_ENV) $($(2)_DL_ENV) \
|
$(Q)$(EXTRA_ENV) \
|
||||||
|
$($(2)_DL_ENV) \
|
||||||
|
TAR="$(TAR)" \
|
||||||
BR_NO_CHECK_HASH_FOR="$(if $(BR2_DOWNLOAD_FORCE_CHECK_HASHES),,$(BR_NO_CHECK_HASH_FOR))" \
|
BR_NO_CHECK_HASH_FOR="$(if $(BR2_DOWNLOAD_FORCE_CHECK_HASHES),,$(BR_NO_CHECK_HASH_FOR))" \
|
||||||
flock $($(2)_DL_DIR)/.lock $(DL_WRAPPER) \
|
flock $($(2)_DL_DIR)/.lock $(DL_WRAPPER) \
|
||||||
-c '$($(2)_DL_VERSION)' \
|
-c '$($(2)_DL_VERSION)' \
|
||||||
|
Loading…
Reference in New Issue
Block a user