From: Nitin A Kamble <[email protected]> I tested and found that python 2.7.2 is working as expected inside qemux86 machine. Please give it a try and let me know your experience.
Thanks, Nitin The following changes since commit 5ed59ae0f25bf673d514df2371da7e0415b62bb2: local.conf.sample: Disable interactive patch resolution for now since doesn't work well (2011-10-07 00:00:21 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/upgrades http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades Martin Jansa (1): python: update generate-manifest for 2.7 version and regenerate it Nitin A Kamble (4): x86 tune files: set baselib for x32 tune as libx32 python-dbus: upgrade from 0.83.2 to 0.84.0 python, python-native: upgrade from 2.6.6 to 2.7.2 update python 2.7 manifest meta/conf/distro/include/default-versions.inc | 6 +- meta/conf/machine/include/ia32/arch-ia32.inc | 2 +- meta/conf/machine/include/tune-core2.inc | 2 +- ...on-2.6-manifest.inc => python-2.7-manifest.inc} | 124 +++++----- ...python-dbus_0.83.2.bb => python-dbus_0.84.0.bb} | 4 +- .../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 | 16 +- .../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} | 11 +- meta/site/common-linux | 3 + ...te-manifest-2.6.py => generate-manifest-2.7.py} | 6 +- 18 files changed, 495 insertions(+), 520 deletions(-) rename meta/recipes-devtools/python/{python-2.6-manifest.inc => python-2.7-manifest.inc} (52%) rename meta/recipes-devtools/python/{python-dbus_0.83.2.bb => python-dbus_0.84.0.bb} (83%) create mode 100644 meta/recipes-devtools/python/python-native/multilib.patch rename meta/recipes-devtools/python/{python-native_2.6.6.bb => python-native_2.7.2.bb} (74%) delete mode 100644 meta/recipes-devtools/python/python/02-remove-test-for-cross.patch delete mode 100644 meta/recipes-devtools/python/python/security_issue_2254_fix.patch rename meta/recipes-devtools/python/{python_2.6.6.bb => python_2.7.2.bb} (92%) rename scripts/contrib/python/{generate-manifest-2.6.py => generate-manifest-2.7.py} (99%) -- 1.7.4.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
