python, python-native: upgrade from 2.6.6 to 2.7.2
authorNitin A Kamble <nitin.a.kamble@intel.com>
Fri, 14 Oct 2011 07:06:13 +0000 (07:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 31 Oct 2011 22:03:20 +0000 (22:03 +0000)
commite2029bcbfd551e77f2ab8460840916fe600398f4
treedc7c461a88af2eca4b3827646c7a91b8760c2692
parent43f5dbd52d8ac4b104e74a8b353419b5d7cf2490
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

(From OE-Core rev: b284e9a512860b8a8380be80f96cebce6b92ff80)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 files changed:
meta/conf/distro/include/default-versions.inc
meta/recipes-devtools/python/python-2.7-manifest.inc [moved from meta/recipes-devtools/python/python-2.6-manifest.inc with 100% similarity]
meta/recipes-devtools/python/python-native/multilib.patch [new file with mode: 0644]
meta/recipes-devtools/python/python-native/nohostlibs.patch
meta/recipes-devtools/python/python-native_2.7.2.bb [moved from meta/recipes-devtools/python/python-native_2.6.6.bb with 74% similarity]
meta/recipes-devtools/python/python.inc
meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch
meta/recipes-devtools/python/python/02-remove-test-for-cross.patch [deleted file]
meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch
meta/recipes-devtools/python/python/06-ctypes-libffi-fix-configure.patch
meta/recipes-devtools/python/python/multilib.patch
meta/recipes-devtools/python/python/security_issue_2254_fix.patch [deleted file]
meta/recipes-devtools/python/python_2.7.2.bb [moved from meta/recipes-devtools/python/python_2.6.6.bb with 92% similarity]
meta/site/common-linux