mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
Makefile: add BR2_DL_DIR to EXTRA_ENV
Also export BR2_DL_DIR for incoming download helper scripts. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e0e258262d
commit
48cb42e734
@ -305,6 +305,7 @@ HOST_MAKE_ENV=PATH=$(BR_PATH) \
|
|||||||
# post-images)
|
# post-images)
|
||||||
EXTRA_ENV=\
|
EXTRA_ENV=\
|
||||||
PATH=$(BR_PATH) \
|
PATH=$(BR_PATH) \
|
||||||
|
BR2_DL_DIR=$(BR2_DL_DIR) \
|
||||||
BUILD_DIR=$(BUILD_DIR)
|
BUILD_DIR=$(BUILD_DIR)
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user