From: Saul Wold <sgw@linux.intel.com>
To: Dexuan Cui <dexuan.cui@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 00/12] upgrade for x11 libs
Date: Thu, 06 Jan 2011 08:59:38 -0800 [thread overview]
Message-ID: <4D25F4FA.9060401@linux.intel.com> (raw)
In-Reply-To: <cover.1294232460.git.dexuan.cui@intel.com>
On 01/05/2011 05:05 AM, Dexuan Cui wrote:
> I tested it (sato, sdk) on qemux86, qemumips with incremental and full builds.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: dcui/master
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
>
> Thanks,
> Dexuan Cui<dexuan.cui@intel.com>
> ---
>
>
> Dexuan Cui (12):
> renderproto: upgrade from 0.11 to the latest version 0.11.1
> inputproto: upgrade from 2.0 to 2.0.1
> xproto: upgrade from 7.0.19 to 7.0.20
> compositeproto: upgrade from 0.4 to 0.4.2
> resourceproto: upgrade from 1.1.0 to 1.1.1
> scrnsaverproto: upgrade from 1.2.0 to 1.2.1
> pixman: upgrade from 0.20.0 to 0.21.2
> libdmx: upgrade from 1.1.0 to 1.1.1
> libxxf86misc: upgrade from 1.0.2 to 1.0.3
> librsvg: upgrade from 2.32.0 to 2.32.1
> preferred-xorg-versions.inc: updated for lastest package updates
> distro_tracking_fields.inc: update for lastest package updates
>
> .../conf/distro/include/distro_tracking_fields.inc | 96 +++++++++++---------
> .../distro/include/preferred-xorg-versions.inc | 28 +++---
> .../doc_Makefile.patch | 0
> .../{librsvg_2.32.0.bb => librsvg_2.32.1.bb} | 7 +-
> .../xorg-lib/{libdmx_1.1.0.bb => libdmx_1.1.1.bb} | 8 +-
> ...libxxf86misc_1.0.2.bb => libxxf86misc_1.0.3.bb} | 5 +-
> .../{pixman_0.20.0.bb => pixman_0.21.2.bb} | 7 +-
> ...mpositeproto_0.4.bb => compositeproto_0.4.2.bb} | 7 +-
> .../{inputproto_2.0.bb => inputproto_2.0.1.bb} | 7 +-
> .../{renderproto_0.11.bb => renderproto_0.11.1.bb} | 9 +-
> ...sourceproto_1.1.0.bb => resourceproto_1.1.1.bb} | 8 +-
> ...saverproto_1.2.0.bb => scrnsaverproto_1.2.1.bb} | 9 ++-
> .../{xproto_7.0.19.bb => xproto_7.0.20.bb} | 7 +-
> 13 files changed, 110 insertions(+), 88 deletions(-)
> rename meta/recipes-gnome/librsvg/{librsvg-2.32.0 => librsvg-2.32.1}/doc_Makefile.patch (100%)
> rename meta/recipes-gnome/librsvg/{librsvg_2.32.0.bb => librsvg_2.32.1.bb} (90%)
> rename meta/recipes-graphics/xorg-lib/{libdmx_1.1.0.bb => libdmx_1.1.1.bb} (66%)
> rename meta/recipes-graphics/xorg-lib/{libxxf86misc_1.0.2.bb => libxxf86misc_1.0.3.bb} (66%)
> rename meta/recipes-graphics/xorg-lib/{pixman_0.20.0.bb => pixman_0.21.2.bb} (79%)
> rename meta/recipes-graphics/xorg-proto/{compositeproto_0.4.bb => compositeproto_0.4.2.bb} (62%)
> rename meta/recipes-graphics/xorg-proto/{inputproto_2.0.bb => inputproto_2.0.1.bb} (65%)
> rename meta/recipes-graphics/xorg-proto/{renderproto_0.11.bb => renderproto_0.11.1.bb} (60%)
> rename meta/recipes-graphics/xorg-proto/{resourceproto_1.1.0.bb => resourceproto_1.1.1.bb} (50%)
> rename meta/recipes-graphics/xorg-proto/{scrnsaverproto_1.2.0.bb => scrnsaverproto_1.2.1.bb} (53%)
> rename meta/recipes-graphics/xorg-proto/{xproto_7.0.19.bb => xproto_7.0.20.bb} (59%)
>
Pulled into Master
Thanks for these and fixing the LIC_FILES Issues
Sau!
prev parent reply other threads:[~2011-01-06 16:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-05 13:05 [PATCH 00/12] upgrade for x11 libs Dexuan Cui
2011-01-05 13:05 ` [PATCH 01/12] renderproto: upgrade from 0.11 to the latest version 0.11.1 Dexuan Cui
2011-01-05 13:05 ` [PATCH 02/12] inputproto: upgrade from 2.0 to 2.0.1 Dexuan Cui
2011-01-05 13:05 ` [PATCH 03/12] xproto: upgrade from 7.0.19 to 7.0.20 Dexuan Cui
2011-01-05 13:05 ` [PATCH 04/12] compositeproto: upgrade from 0.4 to 0.4.2 Dexuan Cui
2011-01-05 13:05 ` [PATCH 05/12] resourceproto: upgrade from 1.1.0 to 1.1.1 Dexuan Cui
2011-01-05 13:05 ` [PATCH 06/12] scrnsaverproto: upgrade from 1.2.0 to 1.2.1 Dexuan Cui
2011-01-05 13:05 ` [PATCH 07/12] pixman: upgrade from 0.20.0 to 0.21.2 Dexuan Cui
2011-01-05 13:06 ` [PATCH 08/12] libdmx: upgrade from 1.1.0 to 1.1.1 Dexuan Cui
2011-01-05 13:06 ` [PATCH 09/12] libxxf86misc: upgrade from 1.0.2 to 1.0.3 Dexuan Cui
2011-01-05 13:06 ` [PATCH 10/12] librsvg: upgrade from 2.32.0 to 2.32.1 Dexuan Cui
2011-01-05 13:06 ` [PATCH 11/12] preferred-xorg-versions.inc: updated for lastest package updates Dexuan Cui
2011-01-05 13:06 ` [PATCH 12/12] distro_tracking_fields.inc: update " Dexuan Cui
2011-01-06 16:59 ` 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=4D25F4FA.9060401@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=dexuan.cui@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.