All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: Dongxiao Xu <dongxiao.xu@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15
Date: Mon, 18 Apr 2011 16:44:32 -0700	[thread overview]
Message-ID: <4DACCCE0.9050606@intel.com> (raw)
In-Reply-To: <cover.1302845703.git.dongxiao.xu@intel.com>

On 04/14/2011 10:36 PM, Dongxiao Xu wrote:
> From: Dongxiao Xu<dongxiao.xu@intel.com>
>
> Hi Saul,
>
> This pull request upgrades some connectivity and multimedia recipes, please help to review and pull.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: dxu4/upgrade
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade
>
> Thanks,
>      Dongxiao Xu<dongxiao.xu@intel.com>
> ---
>
>
> Dongxiao Xu (14):
>    gstreamer: upgrade to vesion 0.10.32
>    gst-plugins-base: upgrade to version 0.10.32
>    gst-plugins-good: upgrade to version 0.10.28
>    gst-plugins-bad: upgrade to version 0.10.21
>    gst-plugins-ugly: upgrade to version 0.10.17
>    ofono: upgrade to version 0.45
>    alsa-lib: upgrade to version 1.0.24.1
>    alsa-utils: upgrade to version 1.0.24.2
I did not pull this due to the discussion we are talking about now.


>    telepathy-glib: upgrade to version 0.14.3
>    telepathy-idle: upgrade to version 0.1.8
>    telepathy-mission-control: upgrade to version 5.7.9
>    gssdp: upgrade to version 0.10.0
>    gupnp: upgrade to version 0.16.0
>    distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib,
>      etc
>
>   .../conf/distro/include/distro_tracking_fields.inc |  106 ++++++++++----------
>   .../{files =>  gssdp-0.10.0}/introspection.patch    |    5 +-
>   .../gupnp/{gssdp_0.9.0.bb =>  gssdp_0.10.0.bb}      |    4 +-
>   .../gupnp/{gupnp_0.14.0.bb =>  gupnp_0.16.0.bb}     |    7 +-
>   meta/recipes-connectivity/ofono/ofono_0.37.bb      |    9 --
>   meta/recipes-connectivity/ofono/ofono_0.45.bb      |    9 ++
>   ...thy-glib_0.13.6.bb =>  telepathy-glib_0.14.3.bb} |    4 +-
>   ...pathy-idle_0.1.7.bb =>  telepathy-idle_0.1.8.bb} |    4 +-
>   ...5.7.1.bb =>  telepathy-mission-control_5.7.9.bb} |    4 +-
>   .../fix-tstamp-declaration.patch                   |    2 +
>   .../unbreak_plugindir.patch                        |    2 +
>   .../{alsa-lib_1.0.23.bb =>  alsa-lib_1.0.24.1.bb}   |    4 +-
>   .../ncursesfix.patch                               |   22 ++--
>   ...alsa-utils_1.0.23.bb =>  alsa-utils_1.0.24.2.bb} |    4 +-
>   ...s-bad_0.10.20.bb =>  gst-plugins-bad_0.10.21.bb} |    6 +-
>   .../gst-plugins-base-tremor.patch                  |    2 +
>   ...base_0.10.31.bb =>  gst-plugins-base_0.10.32.bb} |    6 +-
>   ...good_0.10.26.bb =>  gst-plugins-good_0.10.28.bb} |    6 +-
>   ...ugly_0.10.16.bb =>  gst-plugins-ugly_0.10.17.bb} |    3 +
>   .../check_fix.patch                                |    2 +
>   .../gst-inspect-check-error.patch                  |    2 +
>   .../gstregistrybinary.c                            |    0
>   .../gstregistrybinary.h                            |    0
>   .../{gstreamer_0.10.31.bb =>  gstreamer_0.10.32.bb} |    4 +-
>   24 files changed, 116 insertions(+), 101 deletions(-)
>   rename meta/recipes-connectivity/gupnp/{files =>  gssdp-0.10.0}/introspection.patch (97%)
>   rename meta/recipes-connectivity/gupnp/{gssdp_0.9.0.bb =>  gssdp_0.10.0.bb} (83%)
>   rename meta/recipes-connectivity/gupnp/{gupnp_0.14.0.bb =>  gupnp_0.16.0.bb} (85%)
>   delete mode 100644 meta/recipes-connectivity/ofono/ofono_0.37.bb
>   create mode 100644 meta/recipes-connectivity/ofono/ofono_0.45.bb
>   rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.13.6.bb =>  telepathy-glib_0.14.3.bb} (80%)
>   rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.7.bb =>  telepathy-idle_0.1.8.bb} (81%)
>   rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.1.bb =>  telepathy-mission-control_5.7.9.bb} (92%)
>   rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 =>  alsa-lib-1.0.24.1}/fix-tstamp-declaration.patch (95%)
>   rename meta/recipes-multimedia/alsa/{alsa-lib-1.0.23 =>  alsa-lib-1.0.24.1}/unbreak_plugindir.patch (91%)
>   rename meta/recipes-multimedia/alsa/{alsa-lib_1.0.23.bb =>  alsa-lib_1.0.24.1.bb} (91%)
>   rename meta/recipes-multimedia/alsa/{alsa-utils-1.0.23 =>  alsa-utils-1.0.24.2}/ncursesfix.patch (70%)
>   rename meta/recipes-multimedia/alsa/{alsa-utils_1.0.23.bb =>  alsa-utils_1.0.24.2.bb} (95%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.20.bb =>  gst-plugins-bad_0.10.21.bb} (86%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-base-0.10.31 =>  gst-plugins-base-0.10.32}/gst-plugins-base-tremor.patch (94%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-base_0.10.31.bb =>  gst-plugins-base_0.10.32.bb} (86%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-good_0.10.26.bb =>  gst-plugins-good_0.10.28.bb} (82%)
>   rename meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.16.bb =>  gst-plugins-ugly_0.10.17.bb} (85%)
>   rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>  gstreamer-0.10.32}/check_fix.patch (93%)
>   rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>  gstreamer-0.10.32}/gst-inspect-check-error.patch (96%)
>   rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>  gstreamer-0.10.32}/gstregistrybinary.c (100%)
>   rename meta/recipes-multimedia/gstreamer/{gstreamer-0.10.31 =>  gstreamer-0.10.32}/gstregistrybinary.h (100%)
>   rename meta/recipes-multimedia/gstreamer/{gstreamer_0.10.31.bb =>  gstreamer_0.10.32.bb} (91%)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>

Merged all but alsa-utils

Thanks
	Sau!



  parent reply	other threads:[~2011-04-18 23:44 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-15  5:36 [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 01/14] gstreamer: upgrade to vesion 0.10.32 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 02/14] gst-plugins-base: upgrade to version 0.10.32 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 03/14] gst-plugins-good: upgrade to version 0.10.28 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 04/14] gst-plugins-bad: upgrade to version 0.10.21 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 05/14] gst-plugins-ugly: upgrade to version 0.10.17 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 06/14] ofono: upgrade to version 0.45 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 07/14] alsa-lib: upgrade to version 1.0.24.1 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 08/14] alsa-utils: upgrade to version 1.0.24.2 Dongxiao Xu
2011-04-16  6:20   ` Saul Wold
2011-04-18  6:40     ` Xu, Dongxiao
2011-04-18 23:39       ` Saul Wold
2011-04-20  6:14         ` Xu, Dongxiao
2011-04-15  5:36 ` [PATCH 09/14] telepathy-glib: upgrade to version 0.14.3 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 10/14] telepathy-idle: upgrade to version 0.1.8 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 11/14] telepathy-mission-control: upgrade to version 5.7.9 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 12/14] gssdp: upgrade to version 0.10.0 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 13/14] gupnp: upgrade to version 0.16.0 Dongxiao Xu
2011-04-15  5:36 ` [PATCH 14/14] distro_tracking_fields: update for gstreamer, gupnp, telepathy-glib, etc Dongxiao Xu
2011-04-18 23:44 ` Saul Wold [this message]
2011-04-20 15:09 ` [PATCH 00/14][PULL] connectivity/multimedia recipe upgrade, Dongxiao, 2011/04/15 Darren Hart
2011-04-20 16:17   ` Koen Kooi
2011-04-21  5:45   ` Xu, Dongxiao
2011-04-21  6:08     ` Saul Wold
2011-04-21 17:25       ` Joshua Lock

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=4DACCCE0.9050606@intel.com \
    --to=saul.wold@intel.com \
    --cc=dongxiao.xu@intel.com \
    --cc=poky@yoctoproject.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.