summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-07-01 00:26:19 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-07-02 17:15:52 +0200
commit48cb42e7346a6ef30a32a1924b4e5a6705322f81 (patch)
tree04099f7833407f5e609d20c0aa1534bf36013170
parente0e258262da747f046c8c86649a830b1b575c992 (diff)
downloadbuildroot-48cb42e7346a6ef30a32a1924b4e5a6705322f81.tar.gz
buildroot-48cb42e7346a6ef30a32a1924b4e5a6705322f81.zip
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>
-rw-r--r--package/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 0233506c79..97053bad91 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -305,6 +305,7 @@ HOST_MAKE_ENV=PATH=$(BR_PATH) \
# post-images)
EXTRA_ENV=\
PATH=$(BR_PATH) \
+ BR2_DL_DIR=$(BR2_DL_DIR) \
BUILD_DIR=$(BUILD_DIR)
################################################################################
OpenPOWER on IntegriCloud