From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx1.pokylinux.org (Postfix) with ESMTP id 767984C810B6 for ; Fri, 19 Nov 2010 12:28:04 -0600 (CST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 19 Nov 2010 10:28:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,224,1288594800"; d="scan'208";a="859476670" Received: from unknown (HELO [10.255.13.99]) ([10.255.13.99]) by fmsmga001.fm.intel.com with ESMTP; 19 Nov 2010 10:28:04 -0800 Message-ID: <4CE6C1B3.6080906@intel.com> Date: Fri, 19 Nov 2010 10:28:03 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5 MIME-Version: 1.0 To: poky@yoctoproject.org References: <1865303E0DED764181A9D882DEF65FB6808B4A9CBD@shsmsx502.ccr.corp.intel.com> In-Reply-To: <1865303E0DED764181A9D882DEF65FB6808B4A9CBD@shsmsx502.ccr.corp.intel.com> Subject: Re: [PATCH 00/12] X11-libs, Dexuan, 2010.11.16 X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2010 18:28:04 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 (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!