[oe] [meta-oe][PATCH 0/6] Python library additions/improvements

Paul Eggleton paul.eggleton at linux.intel.com
Fri Feb 8 15:33:07 UTC 2013


Some additional recipes and updates for some Python libraries, in
preparation for supporting an Ajenti recipe (which will be sent
separately.)

Kevin Strasser <kevin.strasser at linux.intel.com> helped to test and
improve these.


The following changes since commit 61911b23099c2658186179504ded318c987b5276:

  ttf: introduce update-fonts bbclass and change all ttf recipes to use it (2013-02-06 15:16:01 +0100)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/python-bits
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/python-bits

Paul Eggleton (6):
  python-feedparser: add new recipe for version 5.1.3
  python-greenlet: add new recipe for version 0.3.4
  python-gevent: add new recipe for version 0.13.8
  python-psutil: add new recipe for version 0.6.1
  python-pyopenssl: tweak recipe
  python-lxml: update to 3.0.2 and tweak

 .../python/python-feedparser_5.1.3.bb               |   14 ++++++++++++++
 .../recipes-devtools/python/python-gevent_0.13.8.bb |   19 +++++++++++++++++++
 .../python/python-greenlet_0.3.4.bb                 |   14 ++++++++++++++
 .../{python-lxml_2.2.8.bb => python-lxml_3.0.2.bb}  |   13 ++++++-------
 .../recipes-devtools/python/python-psutil_0.6.1.bb  |   14 ++++++++++++++
 .../python/python-pyopenssl_0.13.bb                 |    4 ++--
 6 files changed, 69 insertions(+), 9 deletions(-)
 create mode 100644 meta-oe/recipes-devtools/python/python-feedparser_5.1.3.bb
 create mode 100644 meta-oe/recipes-devtools/python/python-gevent_0.13.8.bb
 create mode 100644 meta-oe/recipes-devtools/python/python-greenlet_0.3.4.bb
 rename meta-oe/recipes-devtools/python/{python-lxml_2.2.8.bb => python-lxml_3.0.2.bb} (76%)
 create mode 100644 meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb

-- 
1.7.10.4





More information about the Openembedded-devel mailing list