From: Martin Jansa <martin.jansa@gmail.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 4/4] python, python-native: upgrade from 2.6.6 to 2.7.2
Date: Fri, 30 Sep 2011 20:37:32 +0200 [thread overview]
Message-ID: <20110930183732.GH7364@jama.jama.net> (raw)
In-Reply-To: <efb11f0fc00b6406194a37db473d25409569ba81.1317344910.git.nitin.a.kamble@intel.com>
[-- Attachment #1: Type: text/plain, Size: 3809 bytes --]
On Thu, Sep 29, 2011 at 06:27:11PM -0700, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> 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 files for python
> modified: ../../site/arm-common
> modified: ../../site/mips-common
>
> Updated default python version
> modified: ../../conf/distro/include/default-versions.inc
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.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 | 16 +-
> .../01-use-proper-tools-for-cross-build.patch | 118 +++++++---
> .../python/python/02-remove-test-for-cross.patch | 108 ---------
> .../06-avoid_usr_lib_termcap_path_in_linking.patch | 16 +-
> .../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/arm-common | 3 +
> meta/site/mips-common | 3 +
> 15 files changed, 467 insertions(+), 454 deletions(-)
> rename meta/recipes-devtools/python/{python-2.6-manifest.inc => python-2.7-manifest.inc} (100%)
> 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%)
>
> diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc
> index e3ef1e6..90ff005 100644
> --- a/meta/conf/distro/include/default-versions.inc
> +++ b/meta/conf/distro/include/default-versions.inc
> @@ -4,9 +4,9 @@
> PREFERRED_VERSION_pulseaudio ?= "0.9.23"
>
> # Force the python versions in one place
> -PYTHON_BASEVERSION ?= "2.6"
> -PREFERRED_VERSION_python ?= "2.6.6"
> -PREFERRED_VERSION_python-native ?= "2.6.6"
> +PYTHON_BASEVERSION ?= "2.7"
> +PREFERRED_VERSION_python ?= "2.7.2"
> +PREFERRED_VERSION_python-native ?= "2.7.2"
>
> # Force the older version of liberation-fonts until we fix the fontforge issue
> PREFERRED_VERSION_liberation-fonts ?= "1.04"
> diff --git a/meta/recipes-devtools/python/python-2.6-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc
> similarity index 100%
> rename from meta/recipes-devtools/python/python-2.6-manifest.inc
> rename to meta/recipes-devtools/python/python-2.7-manifest.inc
this is wrong.. just to rename it isn't enough
I will send patch which regenerates manifest with right paths to
actually package something..
Regards,
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2011-09-30 18:43 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-30 1:27 [PATCH 0/4] Recipes upgrades nitin.a.kamble
2011-09-30 1:27 ` [PATCH 1/4] gdb: upgrade from 7.3a to 7.3.1 nitin.a.kamble
2011-09-30 1:27 ` [PATCH 2/4] byacc: upgrade from 20101229 to 20110908 nitin.a.kamble
2011-09-30 1:27 ` [PATCH 3/4] python-dbus: upgrade from 0.83.2 to 0.84.0 nitin.a.kamble
2011-09-30 1:27 ` [PATCH 4/4] python, python-native: upgrade from 2.6.6 to 2.7.2 nitin.a.kamble
2011-09-30 18:37 ` Martin Jansa [this message]
2011-09-30 18:38 ` [PATCH] python: update generate-manifest for 2.7 version and regenerate it Martin Jansa
2011-09-30 18:40 ` [PATCH 4/4] python, python-native: upgrade from 2.6.6 to 2.7.2 Kamble, Nitin A
2011-09-30 18:46 ` Martin Jansa
2011-10-01 18:33 ` Martin Jansa
2011-10-02 1:17 ` Kamble, Nitin A
2011-10-13 20:09 ` Kamble, Nitin A
2011-10-13 21:40 ` Martin Jansa
2011-10-13 22:16 ` Kamble, Nitin A
2011-10-04 11:03 ` Koen Kooi
2011-10-04 11:31 ` Martin Jansa
2011-09-30 17:16 ` [PATCH 0/4] Recipes upgrades Martin Jansa
2011-10-05 4:42 ` Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110930183732.GH7364@jama.jama.net \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox