From: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/5] python3: Several fixes, compilation of modules, runtime issues, and two new recipes
Date: Thu, 21 May 2015 09:15:34 +0000 [thread overview]
Message-ID: <cover.1432199284.git.alejandro.hernandez@linux.intel.com> (raw)
Adds python3-pip recipe, upgrades python3-distribute to python3-setuptools
to keep up to date with upstream, fixes runtime issues for these modules and
for python3 in general.
The following changes since commit 62f3e62e0a2145d32fd75530b6f2aeba00dc1bc4:
python3: Upgrade from 3.4.2 to 3.4.3 (2015-05-12 10:44:53 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib hsalejandro/py3-pip-recipe
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=hsalejandro/py3-pip-recipe
Alejandro Hernandez (5):
python3: fix pyconfig.h installation on target
python3: Fix distutils import error
python3-io: Fixes compilation of python3 ssl module
python3-distribute: Upgrade to python3-setuptools 15.2
python3-pip: Adds recipe for python3-pip
meta/classes/setuptools3.bbclass | 2 +-
.../python/python-3.4-manifest.inc | 2 +-
meta/recipes-devtools/python/python3-pip_6.1.1.bb | 40 ++++++++++++++++++++++
...ribute_0.6.32.bb => python3-setuptools_15.2.bb} | 40 ++++++++++++----------
.../python/python3/fix_ssl_include_dir.patch | 29 ++++++++++++++++
meta/recipes-devtools/python/python3_3.4.3.bb | 2 +-
scripts/contrib/python/generate-manifest-3.4.py | 2 +-
7 files changed, 95 insertions(+), 22 deletions(-)
create mode 100644 meta/recipes-devtools/python/python3-pip_6.1.1.bb
rename meta/recipes-devtools/python/{python3-distribute_0.6.32.bb => python3-setuptools_15.2.bb} (53%)
create mode 100644 meta/recipes-devtools/python/python3/fix_ssl_include_dir.patch
--
1.8.4.5
next reply other threads:[~2015-05-21 16:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-21 9:15 Alejandro Hernandez [this message]
2015-05-21 9:15 ` [PATCH 1/5] python3: fix pyconfig.h installation on target Alejandro Hernandez
2015-05-21 9:15 ` [PATCH 2/5] python3: Fix distutils import error Alejandro Hernandez
2015-05-21 9:15 ` [PATCH 3/5] python3-io: Fixes compilation of python3 ssl module Alejandro Hernandez
2015-05-21 22:44 ` Burton, Ross
2015-05-22 15:30 ` Alejandro Hernandez
2015-05-21 9:15 ` [PATCH 4/5] python3-distribute: Upgrade to python3-setuptools 15.2 Alejandro Hernandez
2015-05-21 23:47 ` Burton, Ross
2015-05-22 15:36 ` Alejandro Hernandez
2015-05-21 9:15 ` [PATCH 5/5] python3-pip: Adds recipe for python3-pip Alejandro Hernandez
2015-05-21 23:38 ` Burton, Ross
2015-05-22 15:32 ` Alejandro Hernandez
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=cover.1432199284.git.alejandro.hernandez@linux.intel.com \
--to=alejandro.hernandez@linux.intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.