mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 11:30:37 -09:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -12,7 +12,7 @@ GNUPATCH_BINARY:=patch
|
||||
GNUPATCH_TARGET_BINARY:=usr/bin/patch
|
||||
|
||||
$(DL_DIR)/$(GNUPATCH_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(GNUPATCH_SITE)/$(GNUPATCH_SOURCE)
|
||||
$(call DOWNLOAD,$(GNUPATCH_SITE),$(GNUPATCH_SOURCE))
|
||||
|
||||
patch-source: $(DL_DIR)/$(GNUPATCH_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user