Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 0/9] Pull request #8
Date: Tue, 10 May 2011 13:39:43 +0200	[thread overview]
Message-ID: <cover.1305027503.git.Martin.Jansa@gmail.com> (raw)

Hi,

please merge small fixes I had in contrib/shr for some time

Pull URL: git://gitorious.org/shr/meta-openembedded.git
  Branch: jama/meta-oe
  Browse: http://gitorious.org/shr/meta-openembedded/commits/jama/meta-oe

Thanks,
    Martin Jansa <Martin.Jansa@gmail.com>
---


Martin Jansa (8):
  udev: drop udev-compat for zaurus devices
  libxfixes, util-macros: drop from meta-oe, now they are in oe-core
  gst-plugins-base: drop 0.10.30 from meta-oe, there is 0.10.32 in
    oe-core
  xinput-calibrator: add new version 0.7.5 and include .inc to recipe
    directly
  python-argparse: add new recipe to provide argparse module for python
    and python-native older then 2.7
  gdbus-binding-tool: bump SRCREV
  glib-2.0: add git version for 2.29.3+git, which has gdbus-codegen
    included
  connman: drop older 0.72

Simon Busch (1):
  connman: add recipe for the latest released version 0.73

 meta-oe/recipes-connectivity/connman/connman.inc   |    5 +
 .../connman/{connman_0.72.bb => connman_0.73.bb}   |    4 +-
 meta-oe/recipes-core/glib-2.0/glib-2.0.inc         |    6 +
 .../60_wait-longer-for-threads-to-die.patch        |   33 ++++++
 .../glib-2.0/glib-2.0/configure-libtool.patch      |   38 +++++++
 .../glib-2.0/glib-2.0/g_once_init_enter.patch      |   24 +++++
 .../glib-2.0/glib-2.0/glib-gettextize-dir.patch    |   24 +++++
 .../recipes-core/glib-2.0/glib-2.0/no-iconv.patch  |  104 ++++++++++++++++++++
 .../glib-2.0/remove.test.for.qsort_r.patch         |   54 ++++++++++
 meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb      |   29 ++++++
 meta-oe/recipes-core/glib-2.0/glib.inc             |   37 +++++++
 meta-oe/recipes-core/udev/udev_165.bb              |   26 -----
 .../gdbus-binding-tool/gdbus-binding-tool_git.bb   |    6 +-
 .../python/python-argparse_1.2.1.bb                |   16 +++
 .../xinput-calibrator/xinput-calibrator.inc        |   12 ---
 .../xinput-calibrator/xinput-calibrator_0.6.1.bb   |   17 ---
 .../xinput-calibrator/xinput-calibrator_0.7.5.bb   |   22 ++++
 meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb |   22 ----
 .../xorg-util/util-macros_1.13.0.bb                |   15 ---
 .../xorg-util/xorg-util-common.inc                 |   11 --
 .../gst-plugins-base-tremor.patch                  |   17 ---
 .../gstreamer/gst-plugins-base_0.10.30.bb          |   22 ----
 .../recipes-multimedia/gstreamer/gst-plugins.inc   |   41 --------
 23 files changed, 397 insertions(+), 188 deletions(-)
 rename meta-oe/recipes-connectivity/connman/{connman_0.72.bb => connman_0.73.bb} (80%)
 create mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0.inc
 create mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
 create mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
 create mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
 create mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
 create mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/no-iconv.patch
 create mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0/remove.test.for.qsort_r.patch
 create mode 100644 meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb
 create mode 100644 meta-oe/recipes-core/glib-2.0/glib.inc
 create mode 100644 meta-oe/recipes-devtools/python/python-argparse_1.2.1.bb
 delete mode 100644 meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator.inc
 delete mode 100644 meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.6.1.bb
 create mode 100644 meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
 delete mode 100644 meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb
 delete mode 100644 meta-oe/recipes-graphics/xorg-util/util-macros_1.13.0.bb
 delete mode 100644 meta-oe/recipes-graphics/xorg-util/xorg-util-common.inc
 delete mode 100644 meta-oe/recipes-multimedia/gstreamer/gst-plugins-base-0.10.30/gst-plugins-base-tremor.patch
 delete mode 100644 meta-oe/recipes-multimedia/gstreamer/gst-plugins-base_0.10.30.bb
 delete mode 100644 meta-oe/recipes-multimedia/gstreamer/gst-plugins.inc

-- 
1.7.5.rc3




             reply	other threads:[~2011-05-10 11:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-10 11:39 Martin Jansa [this message]
2011-05-10 11:39 ` [meta-oe][PATCH 1/9] udev: drop udev-compat for zaurus devices Martin Jansa
2011-05-10 11:58   ` Koen Kooi
2011-05-10 12:05     ` Martin Jansa
2011-05-10 11:39 ` [meta-oe][PATCH 2/9] libxfixes, util-macros: drop from meta-oe, now they are in oe-core Martin Jansa
2011-05-10 11:40 ` [meta-oe][PATCH 3/9] gst-plugins-base: drop 0.10.30 from meta-oe, there is 0.10.32 " Martin Jansa
2011-05-10 11:40 ` [meta-oe][PATCH 4/9] xinput-calibrator: add new version 0.7.5 and include .inc to recipe directly Martin Jansa
2011-05-11  6:17   ` Khem Raj
2011-05-11  6:41     ` Khem Raj
2011-05-11  7:18       ` Martin Jansa
2011-05-10 11:40 ` [meta-oe][PATCH 5/9] python-argparse: add new recipe to provide argparse module for python and python-native older then 2.7 Martin Jansa
2011-05-10 11:40 ` [meta-oe][PATCH 6/9] gdbus-binding-tool: bump SRCREV Martin Jansa
2011-05-10 11:40 ` [meta-oe][PATCH 7/9] glib-2.0: add git version for 2.29.3+git, which has gdbus-codegen included Martin Jansa
2011-05-10 11:41 ` [meta-oe][PATCH 8/9] connman: add recipe for the latest released version 0.73 Martin Jansa
2011-05-10 11:41 ` [meta-oe][PATCH 9/9] connman: drop older 0.72 Martin Jansa
2011-05-10 11:57 ` [meta-oe][PATCH 0/9] Pull request #8 Koen Kooi

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.1305027503.git.Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@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