All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: poky@yoctoproject.org
Subject: Re: [PATCH 0/8] Multimedia/Connectivity/Base, Dongxiao, 2010/11/16
Date: Fri, 19 Nov 2010 10:26:19 -0800	[thread overview]
Message-ID: <4CE6C14B.8010301@intel.com> (raw)
In-Reply-To: <cover.1289868964.git.dongxiao.xu@intel.com>

On 11/15/2010 04:56 PM, Dongxiao Xu wrote:
> This pull request upgrades some recipes in multimedia/connectivity/base
> part, please help to review and pull.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: dxu4/distro
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro
>
> Thanks,
>      Dongxiao Xu<dongxiao.xu@intel.com>
> ---
>
>
> Dongxiao Xu (8):
>    bluez4: Upgraded to version 4.79.
>    neon: Upgraded to version 0.29.5
>    libmusicbrainz: Upgraded to version 3.0.3
>    libogg: Upgrade to version 1.2.1
>    libvorbis: Upgraded to version 1.3.2
>    taglib: Upgraded to version 1.6.3
>    quota: Upgraded to version 4.00-pre1
>    distro_tracking: update distro tracking fileds for bluez4, neon, etc.
>
>   .../conf/distro/include/distro_tracking_fields.inc |   41 ++++++++++---------
>   .../{bluez4-4.66 =>  bluez4-4.79}/bluetooth.conf    |    0
>   .../fix-dfutool-usb-declaration-mismatch.patch     |    0
>   .../hid2hci_usb_init.patch                         |    0
>   .../{bluez4-4.66 =>  bluez4-4.79}/sbc-thumb.patch   |    0
>   .../bluez/{bluez4_4.66.bb =>  bluez4_4.79.bb}       |    0
>   .../quota/{quota_3.17.bb =>  quota_4.00-pre1.bb}    |    0
>   .../libogg/{libogg_1.2.0.bb =>  libogg_1.2.1.bb}    |    0
>   .../{libvorbis_1.3.1.bb =>  libvorbis_1.3.2.bb}     |    0
>   .../fix_build_issue_for_gcc_4.5.0.patch            |    0
>   ...usicbrainz_3.0.2.bb =>  libmusicbrainz_3.0.3.bb} |    2 +-
>   .../{neon-0.29.3 =>  neon-0.29.5}/pkgconfig.patch   |    0
>   .../neon/{neon_0.29.3.bb =>  neon_0.29.5.bb}        |    0
>   .../configuretweak.patch                           |    0
>   .../{taglib-1.6.1 =>  taglib-1.6.3}/nolibtool.patch |    0
>   .../taglib/{taglib_1.6.1.bb =>  taglib_1.6.3.bb}    |    2 +-
>   16 files changed, 24 insertions(+), 21 deletions(-)
>   rename meta/recipes-connectivity/bluez/{bluez4-4.66 =>  bluez4-4.79}/bluetooth.conf (100%)
>   rename meta/recipes-connectivity/bluez/{bluez4-4.66 =>  bluez4-4.79}/fix-dfutool-usb-declaration-mismatch.patch (100%)
>   rename meta/recipes-connectivity/bluez/{bluez4-4.66 =>  bluez4-4.79}/hid2hci_usb_init.patch (100%)
>   rename meta/recipes-connectivity/bluez/{bluez4-4.66 =>  bluez4-4.79}/sbc-thumb.patch (100%)
>   rename meta/recipes-connectivity/bluez/{bluez4_4.66.bb =>  bluez4_4.79.bb} (100%)
>   rename meta/recipes-extended/quota/{quota_3.17.bb =>  quota_4.00-pre1.bb} (100%)
>   rename meta/recipes-multimedia/libogg/{libogg_1.2.0.bb =>  libogg_1.2.1.bb} (100%)
>   rename meta/recipes-multimedia/libvorbis/{libvorbis_1.3.1.bb =>  libvorbis_1.3.2.bb} (100%)
>   rename meta/recipes-multimedia/musicbrainz/{libmusicbrainz =>  libmusicbrainz-3.0.3}/fix_build_issue_for_gcc_4.5.0.patch (100%)
>   rename meta/recipes-multimedia/musicbrainz/{libmusicbrainz_3.0.2.bb =>  libmusicbrainz_3.0.3.bb} (98%)
>   rename meta/recipes-support/neon/{neon-0.29.3 =>  neon-0.29.5}/pkgconfig.patch (100%)
>   rename meta/recipes-support/neon/{neon_0.29.3.bb =>  neon_0.29.5.bb} (100%)
>   rename meta/recipes-support/taglib/{taglib-1.6.1 =>  taglib-1.6.3}/configuretweak.patch (100%)
>   rename meta/recipes-support/taglib/{taglib-1.6.1 =>  taglib-1.6.3}/nolibtool.patch (100%)
>   rename meta/recipes-support/taglib/{taglib_1.6.1.bb =>  taglib_1.6.3.bb} (98%)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pulled into Master

Thanks
    Sau!


      parent reply	other threads:[~2010-11-19 18:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-16  0:56 [PATCH 0/8] Multimedia/Connectivity/Base, Dongxiao, 2010/11/16 Dongxiao Xu
2010-11-15 12:56 ` [PATCH 1/8] bluez4: Upgraded to version 4.79 Dongxiao Xu
2010-11-15 13:16 ` [PATCH 2/8] neon: Upgraded to version 0.29.5 Dongxiao Xu
2010-11-15 13:32 ` [PATCH 3/8] libmusicbrainz: Upgraded to version 3.0.3 Dongxiao Xu
2010-11-15 13:48 ` [PATCH 4/8] libogg: Upgrade to version 1.2.1 Dongxiao Xu
2010-11-15 14:01 ` [PATCH 5/8] libvorbis: Upgraded to version 1.3.2 Dongxiao Xu
2010-11-15 14:15 ` [PATCH 6/8] taglib: Upgraded to version 1.6.3 Dongxiao Xu
2010-11-15 14:25 ` [PATCH 7/8] quota: Upgraded to version 4.00-pre1 Dongxiao Xu
2010-11-16  0:51 ` [PATCH 8/8] distro_tracking: update distro tracking fileds for bluez4, neon, etc Dongxiao Xu
2010-11-19 18:26 ` Saul Wold [this message]

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=4CE6C14B.8010301@intel.com \
    --to=saul.wold@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.