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>
This commit is contained in:
Thomas Petazzoni 2012-07-23 23:22:26 +02:00
parent 60279fb153
commit 3083ea8922

View File

@ -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