summaryrefslogtreecommitdiffstats
path: root/rules/python.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2014-12-14 10:42:09 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-01-12 16:30:34 +0100
commit3439717a962ff1edf884ef9f790b81822014f55a (patch)
tree0b866cb578bba3dc20fac873e9393fb42d7ba6f5 /rules/python.make
parent4f53a7e2a2b9a27f4ce51c6e5943cf3a03cebb44 (diff)
downloadptxdist-3439717a962ff1edf884ef9f790b81822014f55a.tar.gz
ptxdist-3439717a962ff1edf884ef9f790b81822014f55a.tar.xz
python: version bump 2.7.5 -> 2.7.9
One additional option is in configure, add it to prepare stage. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python.make')
-rw-r--r--rules/python.make9
1 files changed, 5 insertions, 4 deletions
diff --git a/rules/python.make b/rules/python.make
index 15cac217d..5f5f464da 100644
--- a/rules/python.make
+++ b/rules/python.make
@@ -16,12 +16,12 @@ PACKAGES-$(PTXCONF_PYTHON) += python
#
# Paths and names
#
-PYTHON_VERSION := 2.7.5
-PYTHON_MD5 := 6334b666b7ff2038c761d7b27ba699c1
+PYTHON_VERSION := 2.7.9
+PYTHON_MD5 := 38d530f7efc373d64a8fb1637e3baaa7
PYTHON_MAJORMINOR := $(basename $(PYTHON_VERSION))
PYTHON_SITEPACKAGES := /usr/lib/python$(PYTHON_MAJORMINOR)/site-packages
PYTHON := Python-$(PYTHON_VERSION)
-PYTHON_SUFFIX := tar.bz2
+PYTHON_SUFFIX := tar.xz
PYTHON_SOURCE := $(SRCDIR)/$(PYTHON).$(PYTHON_SUFFIX)
PYTHON_DIR := $(BUILDDIR)/$(PYTHON)
@@ -64,7 +64,8 @@ PYTHON_AUTOCONF := \
--with-signal-module \
--with-threads \
--with-wctype-functions \
- --without-doc-strings
+ --without-doc-strings \
+ --without-ensurepip
PYTHON_BUILD_PYTHONPATH := \
$(PTXCONF_SYSROOT_HOST)/lib/python$(PYTHON_MAJORMINOR)/lib-dynload \