summaryrefslogtreecommitdiffstats
path: root/rules/host-python3.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-09-03 21:04:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-09-21 10:19:19 +0200
commit6a001acdb629482bca208796f24eac48ff8508b6 (patch)
treea2c682d067eff658a01bcffb29188a834752f1ef /rules/host-python3.make
parent4c05998e7714a4f0e11f38b36934c81907df7736 (diff)
downloadptxdist-6a001acdb629482bca208796f24eac48ff8508b6.tar.gz
ptxdist-6a001acdb629482bca208796f24eac48ff8508b6.tar.xz
host-python3: add HOSTPYTHON3
This variable is used by host packages based on python3 and the CONF_TOOL helper functions assume it is set. Define it equivalent to what we have for python. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/host-python3.make')
-rw-r--r--rules/host-python3.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-python3.make b/rules/host-python3.make
index d0baa3cdf..6a3beda8e 100644
--- a/rules/host-python3.make
+++ b/rules/host-python3.make
@@ -19,6 +19,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3) += host-python3
#
HOST_PYTHON3_DIR = $(HOST_BUILDDIR)/$(PYTHON3)
+HOSTPYTHON3 = $(PTXCONF_SYSROOT_HOST)/bin/python$(PYTHON3_MAJORMINOR)
+
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------