summaryrefslogtreecommitdiffstats
path: root/rules/python3.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-09-09 22:22:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-09-21 10:19:19 +0200
commit6fe6fa90ff18c97f99d2593ee92cbbc8ec877bde (patch)
treed93fe67e09b9da7f29404b8940dcfaa73d50662f /rules/python3.make
parent6a001acdb629482bca208796f24eac48ff8508b6 (diff)
downloadptxdist-6fe6fa90ff18c97f99d2593ee92cbbc8ec877bde.tar.gz
ptxdist-6fe6fa90ff18c97f99d2593ee92cbbc8ec877bde.tar.xz
python3: use host python
instead of opencoded path. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/python3.make')
-rw-r--r--rules/python3.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/python3.make b/rules/python3.make
index b616617d6..27c638cd7 100644
--- a/rules/python3.make
+++ b/rules/python3.make
@@ -104,7 +104,7 @@ $(STATEDIR)/python3.install.post:
"$(PTXCONF_SYSROOT_CROSS)/bin/python3"
# Byte compile all libraries
- @$(PTXCONF_SYSROOT_HOST)/bin/python$(PYTHON3_MAJORMINOR) -m compileall -b -q $(PYTHON3_PKGDIR)/usr/lib/python$(PYTHON3_MAJORMINOR)
+ @$(HOSTPYTHON3) -m compileall -b -q $(PYTHON3_PKGDIR)/usr/lib/python$(PYTHON3_MAJORMINOR)
@$(call touch)
# ----------------------------------------------------------------------------