package/: convert to DOWNLOAD helper

This commit is contained in:
Peter Korsgaard
2009-01-16 11:42:52 +00:00
parent d58636d765
commit 4a7bfd2775
227 changed files with 280 additions and 280 deletions

View File

@@ -69,7 +69,7 @@ BR2_PYTHON_DISABLED_MODULES += unicodedata
endif
$(DL_DIR)/$(PYTHON_SOURCE):
$(WGET) -P $(DL_DIR) $(PYTHON_SITE)/$(PYTHON_SOURCE)
$(call DOWNLOAD,$(PYTHON_SITE),$(PYTHON_SOURCE))
python-source: $(DL_DIR)/$(PYTHON_SOURCE)