All of lore.kernel.org
 help / color / mirror / Atom feed
* [Dexuan: Jan 28: PULL 00/16] upgrade for some x11 and sdk recipes
@ 2011-01-27 23:40 Dexuan Cui
  2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 01/16] gnome-doc-utils: upgrade from 0.20.2 to 0.20.4 Dexuan Cui
                   ` (15 more replies)
  0 siblings, 16 replies; 21+ messages in thread
From: Dexuan Cui @ 2011-01-27 23:40 UTC (permalink / raw)
  To: poky

From: Dexuan Cui <dexuan.cui@intel.com>

I did incremental/full building(poky-image-sato-sdk and meta-toolchain-gmae)
 on qemux86 and qemux86-64. Sato GUI can boot fine
Most of these changes are filename change and should not cause reguression.

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@intel.com>
---


Dexuan Cui (16):
  gnome-doc-utils: upgrade from 0.20.2 to 0.20.4
  freetype: upgrade from 2.4.3 to 2.4.4
  liburcu: upgrade from 0.4.8 to 0.5.2
  lttng-ust: upgrade from 0.8 to 0.11
  lttng-viewer: upgrade from 0.12.35 to 0.12.36
  pixman: upgrade from 0.21.2 to 0.21.4
  dmxproto: upgrade from 2.3 to 2.3.1
  printproto: upgrade from 1.0.4 to 1.0.5
  xineramaproto: upgrade from 1.2 to 1.2.1
  xf86driproto: upgrade from 2.1.0 to 2.1.1
  xf86vidmodeproto: upgrade from 2.3 to 2.3.1
  libxp: upgrade from 1.0.0 to 1.0.1
  xkeyboard-config: upgrade from 2.0 to 2.1
  libunique: update DESCRIPTION, HOMEPAGE, BUGTRACKER
  preferred-xorg-versions.inc: remove libfs, update xvinfo, pixman,
    dmxproto, printproto, xineramaproto, xf86driproto,
    xf86vidmodeproto, libxp
  distro_tracking_fields.inc: update the info for some recipes

 .../conf/distro/include/distro_tracking_fields.inc |  252 ++++++++++++-------
 .../distro/include/preferred-xorg-versions.inc     |   17 +-
 meta/recipes-gnome/gnome/gnome-doc-utils.inc       |    2 +-
 meta/recipes-gnome/gnome/gnome-doc-utils_0.20.2.bb |    7 -
 meta/recipes-gnome/gnome/gnome-doc-utils_0.20.4.bb |    7 +
 meta/recipes-gnome/libunique/libunique_1.1.6.bb    |    7 +-
 .../no-hardcode.patch                              |    0
 .../{freetype_2.4.3.bb => freetype_2.4.4.bb}       |    4 +-
 meta/recipes-graphics/xorg-lib/libxp_1.0.0.bb      |   18 --
 meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb      |   18 ++
 .../{pixman_0.21.2.bb => pixman_0.21.4.bb}         |    6 +-
 ...board-config_2.0.bb => xkeyboard-config_2.1.bb} |    6 +-
 .../{dmxproto_2.3.bb => dmxproto_2.3.1.bb}         |    6 +-
 .../xorg-proto/printproto_1.0.4.bb                 |   12 -
 .../xorg-proto/printproto_1.0.5.bb                 |   12 +
 .../xorg-proto/xf86driproto_2.1.0.bb               |   11 -
 .../xorg-proto/xf86driproto_2.1.1.bb               |   11 +
 ...dmodeproto_2.3.bb => xf86vidmodeproto_2.3.1.bb} |    4 +-
 ...xineramaproto_1.2.bb => xineramaproto_1.2.1.bb} |    6 +-
 .../lttng/{lttng-ust_0.8.bb => lttng-ust_0.11.bb}  |    9 +-
 ...g-viewer_0.12.35.bb => lttng-viewer_0.12.36.bb} |    6 +-
 .../liburcu/{liburcu_0.4.8.bb => liburcu_0.5.2.bb} |    4 +-
 22 files changed, 245 insertions(+), 180 deletions(-)
 delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils_0.20.2.bb
 create mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils_0.20.4.bb
 rename meta/recipes-graphics/freetype/{freetype-2.4.3 => freetype-2.4.4}/no-hardcode.patch (100%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.3.bb => freetype_2.4.4.bb} (91%)
 delete mode 100644 meta/recipes-graphics/xorg-lib/libxp_1.0.0.bb
 create mode 100644 meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb
 rename meta/recipes-graphics/xorg-lib/{pixman_0.21.2.bb => pixman_0.21.4.bb} (70%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.0.bb => xkeyboard-config_2.1.bb} (76%)
 rename meta/recipes-graphics/xorg-proto/{dmxproto_2.3.bb => dmxproto_2.3.1.bb} (59%)
 delete mode 100644 meta/recipes-graphics/xorg-proto/printproto_1.0.4.bb
 create mode 100644 meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb
 delete mode 100644 meta/recipes-graphics/xorg-proto/xf86driproto_2.1.0.bb
 create mode 100644 meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb
 rename meta/recipes-graphics/xorg-proto/{xf86vidmodeproto_2.3.bb => xf86vidmodeproto_2.3.1.bb} (54%)
 rename meta/recipes-graphics/xorg-proto/{xineramaproto_1.2.bb => xineramaproto_1.2.1.bb} (61%)
 rename meta/recipes-kernel/lttng/{lttng-ust_0.8.bb => lttng-ust_0.11.bb} (68%)
 rename meta/recipes-kernel/lttng/{lttng-viewer_0.12.35.bb => lttng-viewer_0.12.36.bb} (85%)
 rename meta/recipes-support/liburcu/{liburcu_0.4.8.bb => liburcu_0.5.2.bb} (86%)

-- 
1.7.2



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

end of thread, other threads:[~2011-01-31  6:13 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-27 23:40 [Dexuan: Jan 28: PULL 00/16] upgrade for some x11 and sdk recipes Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 01/16] gnome-doc-utils: upgrade from 0.20.2 to 0.20.4 Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 02/16] freetype: upgrade from 2.4.3 to 2.4.4 Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 03/16] liburcu: upgrade from 0.4.8 to 0.5.2 Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 04/16] lttng-ust: upgrade from 0.8 to 0.11 Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 05/16] lttng-viewer: upgrade from 0.12.35 to 0.12.36 Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 06/16] pixman: upgrade from 0.21.2 to 0.21.4 Dexuan Cui
2011-01-28  8:20   ` Koen Kooi
2011-01-31  6:13     ` Cui, Dexuan
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 07/16] dmxproto: upgrade from 2.3 to 2.3.1 Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 08/16] printproto: upgrade from 1.0.4 to 1.0.5 Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 09/16] xineramaproto: upgrade from 1.2 to 1.2.1 Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 10/16] xf86driproto: upgrade from 2.1.0 to 2.1.1 Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 11/16] xf86vidmodeproto: upgrade from 2.3 to 2.3.1 Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 12/16] libxp: upgrade from 1.0.0 to 1.0.1 Dexuan Cui
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 13/16] xkeyboard-config: upgrade from 2.0 to 2.1 Dexuan Cui
2011-01-28 16:59   ` Joshua Lock
2011-01-30  2:57     ` Cui, Dexuan
2011-01-27 23:40 ` [Dexuan: Jan 28: PULL 14/16] libunique: update DESCRIPTION, HOMEPAGE, BUGTRACKER Dexuan Cui
2011-01-27 23:41 ` [Dexuan: Jan 28: PULL 15/16] preferred-xorg-versions.inc: remove libfs, update xvinfo, pixman, dmxproto, printproto, xineramaproto, xf86driproto, xf86vidmodeproto, libxp Dexuan Cui
2011-01-27 23:41 ` [Dexuan: Jan 28: PULL 16/16] distro_tracking_fields.inc: update the info for some recipes Dexuan Cui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.