From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Q9UAm-0003TA-9l for openembedded-core@lists.openembedded.org; Tue, 12 Apr 2011 05:21:48 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 11 Apr 2011 20:18:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,193,1301900400"; d="scan'208";a="908332289" Received: from dcui-desktop.sh.intel.com (HELO localhost) ([10.239.13.51]) by fmsmga001.fm.intel.com with ESMTP; 11 Apr 2011 20:18:19 -0700 Message-Id: Old-Date: Tue, 12 Apr 2011 10:47:03 +0800 Date: Tue, 12 Apr 2011 11:16:13 +0800 To: openembedded-core@lists.openembedded.org CC: From: Dexuan Cui Subject: [PATCH 00/12] recipe upgrades and fix X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2011 03:21:48 -0000 From: Dexuan Cui The upgrades are mostly filename/checksum changes. Add --enable-specs=no for xextproto, libxi. [YOCTO #968] gnu-config: add dependency on perl to fix some occassional failures. See http://bugzilla.pokylinux.org/show_bug.cgi?id=968 for details. 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): oprofileui: upgrade to latest git version libxt: update from 1.0.9 to the latest version 1.1.1 libxi: upgrade from 1.4.0 to the latest version 1.4.2 fixesproto: upgrade from 4.1.2 to the latest version 5.0 xproto: upgrade from 7.0.20 to the latest version 7.0.21 gnome-doc-utils: upgrade from 0.20.4 to the latest version 0.20.5 xextproto: upgrade from 7.1.2 to the latest version 7.2.0 libpciaccess: upgrade from 0.12.0 to the latest version 0.12.1 cronie: upgrade from 1.4.6 to the latest version 1.4.7 preferred-xorg-versions.inc: update libxt, libxi, fixesproto, xproto, xextproto and libpciaccess distro_tracking_fields.inc: update the info for the following recipes gnu-config: add dependency on perl .../conf/distro/include/distro_tracking_fields.inc | 83 ++++++++++---------- .../conf/distro/include/poky-default-revisions.inc | 2 +- .../distro/include/preferred-xorg-versions.inc | 20 +++--- .../gnu-config/gnu-config_20080123.bb | 2 +- .../cronie/{cronie_1.4.6.bb => cronie_1.4.7.bb} | 4 +- ...c-utils_0.20.4.bb => gnome-doc-utils_0.20.5.bb} | 4 +- ...bpciaccess_0.12.0.bb => libpciaccess_0.12.1.bb} | 6 +- .../xorg-lib/{libxi_1.4.0.bb => libxi_1.4.2.bb} | 5 +- .../xorg-lib/{libxt_1.0.9.bb => libxt_1.1.1.bb} | 6 +- .../{fixesproto_4.1.2.bb => fixesproto_5.0.bb} | 8 +- .../{xextproto_7.1.2.bb => xextproto_7.2.0.bb} | 6 +- .../{xproto_7.0.20.bb => xproto_7.0.21.bb} | 6 +- meta/recipes-kernel/oprofile/oprofileui_git.bb | 2 +- 13 files changed, 79 insertions(+), 75 deletions(-) rename meta/recipes-extended/cronie/{cronie_1.4.6.bb => cronie_1.4.7.bb} (93%) rename meta/recipes-gnome/gnome/{gnome-doc-utils_0.20.4.bb => gnome-doc-utils_0.20.5.bb} (53%) rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.12.0.bb => libpciaccess_0.12.1.bb} (56%) rename meta/recipes-graphics/xorg-lib/{libxi_1.4.0.bb => libxi_1.4.2.bb} (76%) rename meta/recipes-graphics/xorg-lib/{libxt_1.0.9.bb => libxt_1.1.1.bb} (85%) rename meta/recipes-graphics/xorg-proto/{fixesproto_4.1.2.bb => fixesproto_5.0.bb} (56%) rename meta/recipes-graphics/xorg-proto/{xextproto_7.1.2.bb => xextproto_7.2.0.bb} (76%) rename meta/recipes-graphics/xorg-proto/{xproto_7.0.20.bb => xproto_7.0.21.bb} (57%) -- 1.7.2