mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/: convert to DOWNLOAD helper
This commit is contained in:
@@ -16,7 +16,7 @@ LUA_CFLAGS=-DLUA_USE_LINUX
|
||||
LUA_MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
|
||||
|
||||
$(DL_DIR)/$(LUA_SOURCE):
|
||||
$(WGET) -P $(DL_DIR) $(LUA_SITE)/$(LUA_SOURCE)
|
||||
$(call DOWNLOAD,$(LUA_SITE),$(LUA_SOURCE))
|
||||
|
||||
$(LUA_DIR)/.unpacked: $(DL_DIR)/$(LUA_SOURCE)
|
||||
$(LUA_CAT) $(DL_DIR)/$(LUA_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
|
||||
Reference in New Issue
Block a user