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 C16994C80BD4 for ; Wed, 5 Jan 2011 07:05:55 -0600 (CST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 05 Jan 2011 05:05:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.60,278,1291622400"; d="scan'208";a="874651517" Received: from dcui-desktop.sh.intel.com (HELO localhost) ([10.239.13.108]) by fmsmga001.fm.intel.com with ESMTP; 05 Jan 2011 05:05:55 -0800 Message-Id: From: Dexuan Cui Old-Date: Wed, 5 Jan 2011 21:01:00 +0800 Date: Wed, 05 Jan 2011 21:05:18 +0800 To: poky@yoctoproject.org CC: Subject: [PATCH 00/12] upgrade for x11 libs 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: Wed, 05 Jan 2011 13:05:56 -0000 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 (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%) -- 1.7.2