python: upgrade to version 2.7.9

Release notes here:
   https://www.python.org/downloads/release/python-279/

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2015-01-06 15:09:47 +02:00
parent c47ced20c1
commit 87c4cbff5c
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
#
PYTHON_VERSION:=2.7
PYTHON_VERSION_MICRO:=8
PYTHON_VERSION_MICRO:=9
PYTHON_DIR:=$(STAGING_DIR)/usr
PYTHON_BIN_DIR:=$(PYTHON_DIR)/bin