Commit 3083ea89 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 60279fb1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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