mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -12,7 +12,7 @@ BSDIFF_TARGET_BINARY:=usr/bin/bsdiff
|
||||
BSDIFF_ZCAT=$(ZCAT)
|
||||
|
||||
$(DL_DIR)/$(BSDIFF_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(BSDIFF_SITE)/$(BSDIFF_SOURCE)
|
||||
$(call DOWNLOAD,$(BSDIFF_SITE),$(BSDIFF_SOURCE))
|
||||
|
||||
$(BSDIFF_DIR)/.source: $(DL_DIR)/$(BSDIFF_SOURCE)
|
||||
$(BSDIFF_ZCAT) $(DL_DIR)/$(BSDIFF_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
|
||||
Reference in New Issue
Block a user