summaryrefslogtreecommitdiffstats
path: root/rules/python3.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-09-02 15:34:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-09-21 10:19:17 +0200
commit110278d4b0bb311f068bec5fcc7be05b8e97f03c (patch)
treee340e9d03afdee9a08a944683dcc6000a9e050b0 /rules/python3.make
parent638a024500c214c1d8283bce8cec864fb95deacf (diff)
downloadptxdist-110278d4b0bb311f068bec5fcc7be05b8e97f03c.tar.gz
ptxdist-110278d4b0bb311f068bec5fcc7be05b8e97f03c.tar.xz
python3: re-add CROSS_PYTHON3
which was removed by David Jander's version bump. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/python3.make')
-rw-r--r--rules/python3.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/python3.make b/rules/python3.make
index f497cac1c..a2ca948f2 100644
--- a/rules/python3.make
+++ b/rules/python3.make
@@ -30,6 +30,8 @@ PYTHON3_URL := \
http://python.org/ftp/python/$(PYTHON3_VERSION)/$(PYTHON3).$(PYTHON3_SUFFIX) \
http://python.org/ftp/python/$(PYTHON3_MAJORMINOR)/$(PYTHON3).$(PYTHON3_SUFFIX)
+CROSS_PYTHON3 := $(PTXCONF_SYSROOT_CROSS)/bin/python$(PYTHON3_MAJORMINOR)
+
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------