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:
parent
60279fb153
commit
3083ea8922
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user