mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
pkg-download: Fix DOWNLOAD_LOCALFILES
The cp helperscript expects a filename as target, but just the folder name was given. Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Thomas Petazzoni
parent
275d5115db
commit
402a537b35
@@ -206,7 +206,7 @@ endef
|
||||
define DOWNLOAD_LOCALFILES
|
||||
test -e $(DL_DIR)/$(2) || \
|
||||
$(EXTRA_ENV) support/download/cp $(call stripurischeme,$(call qstrip,$(1))) \
|
||||
$(DL_DIR) && \
|
||||
$(DL_DIR)/$(2) && \
|
||||
$(call VERIFY_HASH,$(PKGDIR)/$($(PKG)_NAME).hash,$(DL_DIR)/$(2))
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user