diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-23 23:22:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-23 23:23:27 +0200 |
commit | 3083ea8922949613efb6ac9443422eccff3ee551 (patch) | |
tree | 8ddeae2ce12d1fbda88d85496cef3a1c1114d4ce /package/scons/scons.mk | |
parent | 60279fb153319504093e0d04cf9fb19689c23e6f (diff) |
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/scons.mk')
-rw-r--r-- | package/scons/scons.mk | 3 |
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 |