Based on Nitin's latest version in poky/contrib and with added fixes to build extra modules and PR bumps to rebuild stuff which is in /usr/lib/python2.6
It's good to check that sysroots like this are empty after build: sysroots/om-gta02/usr/lib/python2.6/ -type f | grep -v \.pyo | grep -v \.pyc | grep -v \.la sysroots/x86_64-linux/usr/lib/python2.6/ -type f | grep -v \.pyo | grep -v \.pyc | grep -v \.la The following changes since commit ff13e06892f102d915855cde50896349b07b3717: clutter-gtk: add LIC_FILES_CHKSUM to include file (2011-10-31 10:46:59 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/python http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/python Martin Jansa (5): python: update generate-manifest for 2.7 version and regenerate it python-2.7.2: fix build issues when additional modules are linked against host or native libpython instead of target recipes: bump PR after python upgrade python-dir: change PYTHON_BASEVERSION to 2.7 bitbake.conf: update STAGING_PYDIR to 2.7 version Nitin A Kamble (2): python, python-native: upgrade from 2.6.6 to 2.7.2 update python 2.7 manifest meta/classes/python-dir.bbclass | 2 +- meta/conf/bitbake.conf | 2 +- meta/conf/distro/include/default-versions.inc | 6 +- .../bluez/gst-plugin-bluetooth_4.96.bb | 2 + .../telepathy/telepathy-python_0.15.19.bb | 2 +- meta/recipes-core/libxml/libxml2_2.7.8.bb | 2 +- ...on-2.6-manifest.inc => python-2.7-manifest.inc} | 124 +++++----- .../python/python-argparse_1.2.1.bb | 1 + meta/recipes-devtools/python/python-dbus_0.84.0.bb | 2 +- meta/recipes-devtools/python/python-gst_0.10.21.bb | 2 +- .../python/python-imaging_1.1.7.bb | 2 +- .../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 +- .../python/python-pycairo_1.8.10.bb | 2 +- .../python/python-pycurl_7.19.0.bb | 2 +- .../python/python-pygobject_2.27.91.bb | 2 +- .../recipes-devtools/python/python-pygtk_2.17.0.bb | 2 +- .../python/python-pyrex-native_0.9.9.bb | 2 +- meta/recipes-devtools/python/python-pyrex_0.9.9.bb | 2 +- .../python/python-scons-native_2.1.0.bb | 2 +- meta/recipes-devtools/python/python-scons_2.1.0.bb | 2 +- .../python/python-setuptools_0.6c11.bb | 2 +- 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} | 11 +- meta/recipes-extended/cracklib/cracklib_2.8.18.bb | 2 +- meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb | 2 +- meta/recipes-gnome/gtk+/gtk+_2.12.7.bb | 2 +- meta/recipes-gnome/gtk+/gtk+_2.16.6.bb | 2 +- meta/recipes-gnome/gtk+/gtk+_2.24.6.bb | 2 + meta/recipes-graphics/pango/pango_1.28.4.bb | 2 +- meta/recipes-graphics/xcb/xcb-proto_1.6.bb | 2 +- meta/recipes-graphics/xcb/xcb-proto_git.bb | 2 +- .../gstreamer/gstreamer_0.10.35.bb | 2 + meta/recipes-support/atk/atk_2.2.0.bb | 1 + meta/site/common-linux | 3 + ...te-manifest-2.6.py => generate-manifest-2.7.py} | 6 +- 43 files changed, 521 insertions(+), 541 deletions(-) rename meta/recipes-devtools/python/{python-2.6-manifest.inc => python-2.7-manifest.inc} (52%) 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.7.1 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core