From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1REURW-00063V-2m for openembedded-core@lists.openembedded.org; Fri, 14 Oct 2011 01:12:02 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 13 Oct 2011 16:06:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="63062438" Received: from nbuild2.sc.intel.com ([172.25.110.37]) by orsmga002.jf.intel.com with ESMTP; 13 Oct 2011 16:06:15 -0700 From: nitin.a.kamble@intel.com To: openembedded-core@lists.openembedded.org Date: Thu, 13 Oct 2011 16:06:11 -0700 Message-Id: X-Mailer: git-send-email 1.7.4.4 Subject: [review/test 0/5] Python upgrade and other commits X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2011 23:12:02 -0000 From: Nitin A Kamble 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