mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
support/download: make sure the download folder is created
At the moment, it means that we make sure that BR2_DL_DIR is created, in the future, it will make sure that BR2_DL_DIR/PKG_NAME/ is created. [Peter: drop trailing / on mkdir] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d506f873e4
commit
08252b5457
@ -88,6 +88,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define DOWNLOAD
|
define DOWNLOAD
|
||||||
|
$(Q)mkdir -p $($(PKG)_DL_DIR)
|
||||||
$(Q)$(if $(filter bzr cvs hg svn,$($(PKG)_SITE_METHOD)),
|
$(Q)$(if $(filter bzr cvs hg svn,$($(PKG)_SITE_METHOD)),
|
||||||
BR_NO_CHECK_HASH_FOR=$(notdir $(call qstrip,$(1)))) \
|
BR_NO_CHECK_HASH_FOR=$(notdir $(call qstrip,$(1)))) \
|
||||||
$(EXTRA_ENV) $(DL_WRAPPER) \
|
$(EXTRA_ENV) $(DL_WRAPPER) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user