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-19 23:02:55 +0000 |
commit | 9ed4ef038a4a8140accfa97b2eb6b75f8bed3693 (patch) | |
tree | 39f92ac2bf97260c97f8ed062abdf15ef356db76 /meta/conf/distro | |
parent | 6e5dd42727b40c6b5ba6235026a6cfc78f482ac9 (diff) | |
download | openembedded-core-contrib-9ed4ef038a4a8140accfa97b2eb6b75f8bed3693.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
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 573063edfb2..a04ea718bd7 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc @@ -4,8 +4,8 @@ # Force the python versions in one place PYTHON_BASEVERSION ?= "2.7" -PREFERRED_VERSION_python ?= "2.7.9" -PREFERRED_VERSION_python-native ?= "2.7.9" +PREFERRED_VERSION_python ?= "2.7.11" +PREFERRED_VERSION_python-native ?= "2.7.11" # Force the older version of liberation-fonts until we fix the fontforge issue PREFERRED_VERSION_liberation-fonts ?= "1.04" |