summaryrefslogtreecommitdiffstats
path: root/package/scons
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-23 23:22:26 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-23 23:23:27 +0200
commit3083ea8922949613efb6ac9443422eccff3ee551 (patch)
tree8ddeae2ce12d1fbda88d85496cef3a1c1114d4ce /package/scons
parent60279fb153319504093e0d04cf9fb19689c23e6f (diff)
downloadbuildroot-novena-3083ea8922949613efb6ac9443422eccff3ee551.tar.gz
buildroot-novena-3083ea8922949613efb6ac9443422eccff3ee551.zip
scons: expose SCONS variable, pointing to host scons
Just like we have AUTOMAKE, AUTOCONF or QT_QMAKE, let the scons package provide a SCONS variable that points to the scons host binary. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/scons')
-rw-r--r--package/scons/scons.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/scons/scons.mk b/package/scons/scons.mk
index 85dbfaff5..b81c4f4be 100644
--- a/package/scons/scons.mk
+++ b/package/scons/scons.mk
@@ -11,3 +11,6 @@ define HOST_SCONS_INSTALL_CMDS
endef
$(eval $(host-generic-package))
+
+# variables used by other packages
+SCONS = $(HOST_DIR)/usr/bin/scons