summaryrefslogtreecommitdiffstats
path: root/rules/host-python3.make
diff options
context:
space:
mode:
authorDavid Jander <david@protonic.nl>2015-09-02 12:26:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-09-21 10:19:17 +0200
commit638a024500c214c1d8283bce8cec864fb95deacf (patch)
tree6a238cf6025f40bfa89f1f73dc0dde25dda40cb2 /rules/host-python3.make
parent5cebc86c8359248f6c568cbaa421948ddc69424a (diff)
downloadptxdist-638a024500c214c1d8283bce8cec864fb95deacf.tar.gz
ptxdist-638a024500c214c1d8283bce8cec864fb95deacf.tar.xz
python3: version bump 3.1.4 -> 3.4.2
Update python3 to version 3.4.2 This is all work done by: Han Sirkstra <han@protonic.nl> Robin van der Gracht <robin@protonic.nl> Signed-off-by: David Jander <david@protonic.nl> [copy to ptxdist mainline, remove old patches] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/host-python3.make')
-rw-r--r--rules/host-python3.make9
1 files changed, 3 insertions, 6 deletions
diff --git a/rules/host-python3.make b/rules/host-python3.make
index a20a2613c..d0baa3cdf 100644
--- a/rules/host-python3.make
+++ b/rules/host-python3.make
@@ -17,9 +17,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3) += host-python3
#
# Paths and names
#
-HOST_PYTHON3_DIR = $(HOST_BUILDDIR)/$(PYTHON3)
-
-HOSTPYTHON3 = $(PTXCONF_SYSROOT_HOST)/bin/python$(PYTHON3_MAJORMINOR)
+HOST_PYTHON3_DIR = $(HOST_BUILDDIR)/$(PYTHON3)
# ----------------------------------------------------------------------------
# Prepare
@@ -41,8 +39,8 @@ HOST_PYTHON3_AUTOCONF := \
--with-pymalloc \
--with-signal-module \
--with-threads \
- --with-wctype-functions \
- --without-doc-strings
+ --without-doc-strings \
+ --without-ensurepip
# ----------------------------------------------------------------------------
# Install
@@ -51,7 +49,6 @@ HOST_PYTHON3_AUTOCONF := \
$(STATEDIR)/host-python3.install:
@$(call targetinfo)
@$(call install, HOST_PYTHON3,,h)
- install -m 0755 $(HOST_PYTHON3_DIR)/Parser/pgen $(HOST_PYTHON3_PKGDIR)/bin
#
# remove "python" so that it doesn't interfere with the build
# machine's python