[oe-commits] Nitin A Kamble : python, python-native: upgrade from 2.6.6 to 2.7.2

git at git.openembedded.org git at git.openembedded.org
Mon Oct 31 22:08:54 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: b284e9a512860b8a8380be80f96cebce6b92ff80
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b284e9a512860b8a8380be80f96cebce6b92ff80

Author: Nitin A Kamble <nitin.a.kamble at intel.com>
Date:   Fri Oct 14 07:06:13 2011 +0000

python, python-native: upgrade from 2.6.6 to 2.7.2

Rebased these patches to the newer code
	modified:   python-native/nohostlibs.patch
	modified:   python/01-use-proper-tools-for-cross-build.patch
	modified:   python/06-avoid_usr_lib_termcap_path_in_linking.patch
	modified:   python/06-ctypes-libffi-fix-configure.patch
	modified:   python/multilib.patch

Deleted these patches are the are now upstream
	deleted:    python/02-remove-test-for-cross.patch
	deleted:    python/security_issue_2254_fix.patch

Added this patch to python-native
	new file:   python-native/multilib.patch

Updated site config file for python
	modified:   ../../site/common-linux : add ac_cv_have_long_long_format for python
	avoid this error in python:
	Include/pyport.h:243:13: error: #error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"

Updated default python version
	modified:   ../../conf/distro/include/default-versions.inc

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta/conf/distro/include/default-versions.inc      |    6 +-
 ...on-2.6-manifest.inc => python-2.7-manifest.inc} |    0
 .../python/python-native/multilib.patch            |  240 ++++++++++++++++++++
 .../python/python-native/nohostlibs.patch          |   36 ++-
 ...thon-native_2.6.6.bb => python-native_2.7.2.bb} |   13 +-
 meta/recipes-devtools/python/python.inc            |   17 +-
 .../01-use-proper-tools-for-cross-build.patch      |   80 ++++---
 .../python/python/02-remove-test-for-cross.patch   |  108 ---------
 .../06-avoid_usr_lib_termcap_path_in_linking.patch |   12 +-
 .../python/06-ctypes-libffi-fix-configure.patch    |   42 ++---
 meta/recipes-devtools/python/python/multilib.patch |  126 ++++++-----
 .../python/python/security_issue_2254_fix.patch    |  184 ---------------
 .../python/{python_2.6.6.bb => python_2.7.2.bb}    |   10 +-
 meta/site/common-linux                             |    3 +
 14 files changed, 423 insertions(+), 454 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=b284e9a512860b8a8380be80f96cebce6b92ff80




More information about the Openembedded-commits mailing list