From: Dexuan Cui <dexuan.cui@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13] fix to bug #1163 and misc upgrades
Date: Mon, 13 Jun 2011 23:48:11 +0800 [thread overview]
Message-ID: <cover.1307979545.git.dexuan.cui@intel.com> (raw)
Please review them.
The following changes since commit 1a35778905893ff11cab48955a4e94e031734ebe:
Revert "native/nativesdk: Clean up the depends ordering after bitbake override handling updates" (2011-06-13 15:06:01 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dcui/master
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
Dexuan Cui (13):
tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian
recipes: update Upstream-Status for multiple recipes' patches
gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6
startup-notification: upgrade from 0.10 to the latest version 0.12
util-macros: upgrade from 1.13.0 to the latest version 0.14.0
resourceproto: upgrade from 1.1.1 to the latest version 1.2.0
dri2proto: upgrade from 2.3 to the latest version 2.4
glproto: upgrade from 1.4.12 to the latest version 1.4.13
inputproto: upgrade from 2.0.1 to the latest version 2.0.2
pixman: upgrade from 0.20.2 to the latest stable 0.22.0
libxext: upgrade from 1.2.0 to the latest version 1.3.0
libxi: upgrade from 1.4.2 to the latest version 1.4.3
distro_tracking_fields.inc: update the info for the following recipes
.../conf/distro/include/distro_tracking_fields.inc | 113 +++++++++----------
meta/conf/distro/include/tcmode-default.inc | 2 +-
.../gnome/gnome-doc-utils/xsltproc_nonet.patch | 2 +-
...c-utils_0.20.5.bb => gnome-doc-utils_0.20.6.bb} | 6 +-
...cation_0.10.bb => startup-notification_0.12.bb} | 4 +-
.../{libxext_1.2.0.bb => libxext_1.3.0.bb} | 6 +-
.../xorg-lib/{libxi_1.4.2.bb => libxi_1.4.3.bb} | 6 +-
.../{pixman_0.20.2.bb => pixman_0.22.0.bb} | 8 +-
.../{dri2proto_2.3.bb => dri2proto_2.4.bb} | 4 +-
.../{glproto_1.4.12.bb => glproto_1.4.13.bb} | 4 +-
.../{inputproto_2.0.1.bb => inputproto_2.0.2.bb} | 4 +-
...sourceproto_1.1.1.bb => resourceproto_1.2.0.bb} | 6 +-
...util-macros_1.13.0.bb => util-macros_1.14.0.bb} | 4 +-
.../lttng/lttng-ust/uclibc-sched_getcpu.patch | 2 +-
14 files changed, 84 insertions(+), 87 deletions(-)
rename meta/recipes-gnome/gnome/{gnome-doc-utils_0.20.5.bb => gnome-doc-utils_0.20.6.bb} (56%)
rename meta/recipes-graphics/startup-notification/{startup-notification_0.10.bb => startup-notification_0.12.bb} (87%)
rename meta/recipes-graphics/xorg-lib/{libxext_1.2.0.bb => libxext_1.3.0.bb} (76%)
rename meta/recipes-graphics/xorg-lib/{libxi_1.4.2.bb => libxi_1.4.3.bb} (80%)
rename meta/recipes-graphics/xorg-lib/{pixman_0.20.2.bb => pixman_0.22.0.bb} (66%)
rename meta/recipes-graphics/xorg-proto/{dri2proto_2.3.bb => dri2proto_2.4.bb} (76%)
rename meta/recipes-graphics/xorg-proto/{glproto_1.4.12.bb => glproto_1.4.13.bb} (77%)
rename meta/recipes-graphics/xorg-proto/{inputproto_2.0.1.bb => inputproto_2.0.2.bb} (78%)
rename meta/recipes-graphics/xorg-proto/{resourceproto_1.1.1.bb => resourceproto_1.2.0.bb} (61%)
rename meta/recipes-graphics/xorg-util/{util-macros_1.13.0.bb => util-macros_1.14.0.bb} (79%)
next reply other threads:[~2011-06-13 15:51 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-13 15:48 Dexuan Cui [this message]
2011-06-13 15:48 ` [PATCH 01/13] tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian Dexuan Cui
2011-06-13 15:48 ` [PATCH 02/13] recipes: update Upstream-Status for multiple recipes' patches Dexuan Cui
2011-06-13 15:48 ` [PATCH 03/13] gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6 Dexuan Cui
2011-06-13 15:48 ` [PATCH 04/13] startup-notification: upgrade from 0.10 to the latest version 0.12 Dexuan Cui
2011-06-13 15:48 ` [PATCH 05/13] util-macros: upgrade from 1.13.0 to the latest version 0.14.0 Dexuan Cui
2011-06-13 15:48 ` [PATCH 06/13] resourceproto: upgrade from 1.1.1 to the latest version 1.2.0 Dexuan Cui
2011-06-13 15:48 ` [PATCH 07/13] dri2proto: upgrade from 2.3 to the latest version 2.4 Dexuan Cui
2011-06-13 15:48 ` [PATCH 08/13] glproto: upgrade from 1.4.12 to the latest version 1.4.13 Dexuan Cui
2011-06-13 15:48 ` [PATCH 09/13] inputproto: upgrade from 2.0.1 to the latest version 2.0.2 Dexuan Cui
2011-06-13 15:48 ` [PATCH 10/13] pixman: upgrade from 0.20.2 to the latest stable 0.22.0 Dexuan Cui
2011-06-13 15:48 ` [PATCH 11/13] libxext: upgrade from 1.2.0 to the latest version 1.3.0 Dexuan Cui
2011-06-13 15:48 ` [PATCH 12/13] libxi: upgrade from 1.4.2 to the latest version 1.4.3 Dexuan Cui
2011-06-13 15:48 ` [PATCH 13/13] distro_tracking_fields.inc: update the info for the following recipes Dexuan Cui
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=cover.1307979545.git.dexuan.cui@intel.com \
--to=dexuan.cui@intel.com \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox