Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/13] fix to bug #1163 and misc upgrades
@ 2011-06-13 15:48 Dexuan Cui
  2011-06-13 15:48 ` [PATCH 01/13] tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian Dexuan Cui
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

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%)




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-06-13 15:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox