mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -23,7 +23,7 @@ ifneq ($(BR2_PACKAGE_XSERVER_none),y)
|
||||
endif
|
||||
|
||||
$(DL_DIR)/$(CUPS_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(CUPS_SITE)/$(CUPS_SOURCE)
|
||||
$(call DOWNLOAD,$(CUPS_SITE),$(CUPS_SOURCE))
|
||||
|
||||
$(CUPS_DIR)/.unpacked: $(DL_DIR)/$(CUPS_SOURCE)
|
||||
$(CUPS_CAT) $(DL_DIR)/$(CUPS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
|
||||
Reference in New Issue
Block a user