From: Saul Wold <saul.wold@intel.com>
To: poky@yoctoproject.org
Subject: Re: [PATCH 00/12] X11-libs, Dexuan, 2010.11.16
Date: Fri, 19 Nov 2010 10:28:03 -0800 [thread overview]
Message-ID: <4CE6C1B3.6080906@intel.com> (raw)
In-Reply-To: <1865303E0DED764181A9D882DEF65FB6808B4A9CBD@shsmsx502.ccr.corp.intel.com>
On 11/16/2010 05:35 PM, Cui, Dexuan wrote:
> 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):
> damageproto: upgrade from 1.2.0 to the latest version 1.2.1
> fixesproto: upgrade from 4.1.1 to the latest version 4.1.2
> fontsproto: upgrade from 2.1.0 to the latest version 2.1.1
> glproto: upgrade from 1.4.11 to the latest version 1.4.12
> kbproto: upgrade from 1.0.4 to the latest version 1.0.5
> randrproto: upgrade from 1.3.1 to the latest version 1.3.2
> recordproto: upgrade from 1.14 to the latest version 1.14.1
> scrnsaverproto: upgrade from 1.2.0 to the latest version 1.2.1
> videoproto: upgrade from 2.3.0 to the latest version 2.3.1
> xcmiscproto: upgrade from 1.2.0 to the latest version 1.2.1
> xextproto: upgrade from 7.1.1 to the latest version 7.1.2
> Distro Tracking: update distro tracking field for recipes of Graphics
> libs
>
> .../conf/distro/include/distro_tracking_fields.inc | 66 ++++++++++----------
> .../distro/include/preferred-xorg-versions.inc | 38 ++++++------
> ...bxscrnsaver_1.2.0.bb => libxscrnsaver_1.2.1.bb} | 2 +-
> .../{damageproto_1.2.0.bb => damageproto_1.2.1.bb} | 2 +-
> .../xorg-proto/fixesproto_4.1.1.bb | 11 ---
> .../xorg-proto/fixesproto_4.1.2.bb | 11 +++
> .../{fontsproto_2.1.0.bb => fontsproto_2.1.1.bb} | 2 +-
> .../{glproto_1.4.11.bb => glproto_1.4.12.bb} | 2 +-
> .../{kbproto_1.0.4.bb => kbproto_1.0.5.bb} | 2 +-
> .../{randrproto_1.3.1.bb => randrproto_1.3.2.bb} | 2 +-
> .../{recordproto_1.14.bb => recordproto_1.14.1.bb} | 2 +-
> .../{videoproto_2.3.0.bb => videoproto_2.3.1.bb} | 2 +-
> .../{xcmiscproto_1.2.0.bb => xcmiscproto_1.2.1.bb} | 2 +-
> .../{xextproto_7.1.1.bb => xextproto_7.1.2.bb} | 0
> 14 files changed, 72 insertions(+), 72 deletions(-)
> rename meta/recipes-graphics/xorg-lib/{libxscrnsaver_1.2.0.bb => libxscrnsaver_1.2.1.bb} (95%)
> rename meta/recipes-graphics/xorg-proto/{damageproto_1.2.0.bb => damageproto_1.2.1.bb} (96%)
> delete mode 100644 meta/recipes-graphics/xorg-proto/fixesproto_4.1.1.bb
> create mode 100644 meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb
> rename meta/recipes-graphics/xorg-proto/{fontsproto_2.1.0.bb => fontsproto_2.1.1.bb} (96%)
> rename meta/recipes-graphics/xorg-proto/{glproto_1.4.11.bb => glproto_1.4.12.bb} (96%)
> rename meta/recipes-graphics/xorg-proto/{kbproto_1.0.4.bb => kbproto_1.0.5.bb} (96%)
> rename meta/recipes-graphics/xorg-proto/{randrproto_1.3.1.bb => randrproto_1.3.2.bb} (96%)
> rename meta/recipes-graphics/xorg-proto/{recordproto_1.14.bb => recordproto_1.14.1.bb} (96%)
> rename meta/recipes-graphics/xorg-proto/{videoproto_2.3.0.bb => videoproto_2.3.1.bb} (93%)
> rename meta/recipes-graphics/xorg-proto/{xcmiscproto_1.2.0.bb => xcmiscproto_1.2.1.bb} (95%)
> rename meta/recipes-graphics/xorg-proto/{xextproto_7.1.1.bb => xextproto_7.1.2.bb} (100%)
>
Pulled into Master
Thanks
Sau!
next prev parent reply other threads:[~2010-11-19 18:28 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:35 ` [PATCH 00/12] X11-libs, Dexuan, 2010.11.16 Cui, Dexuan
2010-11-19 18:28 ` Saul Wold [this message]
[not found] ` <dc89fecd7422ab8817654fe0c20e30ccf367bf3c.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:36 ` [PATCH 01/12] damageproto: upgrade from 1.2.0 to the latest version 1.2.1 Cui, Dexuan
[not found] ` <1796b7237144a86e75cd33b18f49bdfc26688845.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:37 ` [PATCH 02/12] fixesproto: upgrade from 4.1.1 to the latest version 4.1.2 Cui, Dexuan
[not found] ` <dcb71f4b2a9ea6748484cc4c0c5e3aae8addae07.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:38 ` [PATCH 03/12] fontsproto: upgrade from 2.1.0 to the latest version 2.1.1 Cui, Dexuan
[not found] ` <82d7605dfffdbaba352cfc6307aab474c5cd6cf5.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:38 ` [PATCH 04/12] glproto: upgrade from 1.4.11 to the latest version 1.4.12 Cui, Dexuan
[not found] ` <b1195d883dd7d21ae1978c235e43cd7733e885e1.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:39 ` [PATCH 05/12] kbproto: upgrade from 1.0.4 to the latest version 1.0.5 Cui, Dexuan
[not found] ` <7dc3654620c4837debfa37f5ec4d568c20d4dfb3.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:39 ` [PATCH 06/12] randrproto: upgrade from 1.3.1 to the latest version 1.3.2 Cui, Dexuan
[not found] ` <f696678cf79f8781867bb59cd88087d9620a6903.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:39 ` [PATCH 07/12] recordproto: upgrade from 1.14 to the latest version 1.14.1 Cui, Dexuan
[not found] ` <a1286c5be86603a0227edd91f1a64f03c2749e82.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:39 ` [PATCH 08/12] scrnsaverproto: upgrade from 1.2.0 to the latest version 1.2.1 Cui, Dexuan
[not found] ` <c213a561a1b003ceb0614cac64fe4b8f8c5133e5.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:40 ` [PATCH 09/12] videoproto: upgrade from 2.3.0 to the latest version 2.3.1 Cui, Dexuan
[not found] ` <58af75a9a184926ccdc13d8bf5753bc555a7b4ae.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:40 ` [PATCH 10/12] xcmiscproto: upgrade from 1.2.0 to the latest version 1.2.1 Cui, Dexuan
[not found] ` <11cbb33ddae469e372d4a76ff98995aef5583126.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:40 ` [PATCH 11/12] xextproto: upgrade from 7.1.1 to the latest version 7.1.2 Cui, Dexuan
[not found] ` <f69c2e0cadaf9d0b47dfec0c281f9d0d5fa903cc.1289922022.git.dexuan.cui@intel.com>
2010-11-17 1:40 ` [PATCH 12/12] Distro Tracking: update distro tracking field for recipes of Graphics libs Cui, Dexuan
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=4CE6C1B3.6080906@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.