diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2016-01-19 22:47:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:07:14 +0000 |
commit | 40738af46b9f4347de43c245015bb21d42eb8036 (patch) | |
tree | f924a4249058fd24c90e625829939b1380e6cc4f /meta/conf/distro | |
parent | 35855a02f81d044c7a3d708719cd05f7dd11a389 (diff) | |
download | poky-40738af46b9f4347de43c245015bb21d42eb8036.tar.gz |
python: Upgrade 2.7.9 > 2.7.11
- no license change, just dates
Rebased:
- check-if-target-is-64b-not-host.patch
- add-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch
(From OE-Core rev: 9ed4ef038a4a8140accfa97b2eb6b75f8bed3693)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/default-versions.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index 573063edfb..a04ea718bd 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | # Force the python versions in one place | 5 | # Force the python versions in one place |
6 | PYTHON_BASEVERSION ?= "2.7" | 6 | PYTHON_BASEVERSION ?= "2.7" |
7 | PREFERRED_VERSION_python ?= "2.7.9" | 7 | PREFERRED_VERSION_python ?= "2.7.11" |
8 | PREFERRED_VERSION_python-native ?= "2.7.9" | 8 | PREFERRED_VERSION_python-native ?= "2.7.11" |
9 | 9 | ||
10 | # Force the older version of liberation-fonts until we fix the fontforge issue | 10 | # Force the older version of liberation-fonts until we fix the fontforge issue |
11 | PREFERRED_VERSION_liberation-fonts ?= "1.04" | 11 | PREFERRED_VERSION_liberation-fonts ?= "1.04" |