mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -12,7 +12,7 @@ NETKITBASE_BINARY:=inetd/inetd
|
||||
NETKITBASE_TARGET_BINARY:=usr/sbin/inetd
|
||||
|
||||
$(DL_DIR)/$(NETKITBASE_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(NETKITBASE_SITE)/$(NETKITBASE_SOURCE)
|
||||
$(call DOWNLOAD,$(NETKITBASE_SITE),$(NETKITBASE_SOURCE))
|
||||
|
||||
netkitbase-source: $(DL_DIR)/$(NETKITBASE_SOURCE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user