Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] [Dexuan]: upgrades for 7 recipes
@ 2011-11-30 14:12 Dexuan Cui
  2011-11-30 14:12 ` [PATCH 1/8] pixman: upgrade from 0.22.0 to the latest stable 0.24.0 Dexuan Cui
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: Dexuan Cui @ 2011-11-30 14:12 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 00d121aad3a4263bc0e3a004a3a479e6352e063d:

  clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0 (2011-11-30 22:06:00 +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 (8):
  pixman: upgrade from 0.22.0 to the latest stable 0.24.0
  libxrandr: upgrade from 1.3.1 to the latest version 1.3.2
  lzo: upgrade from 2.05 to the latest version 2.06
  libxfont: upgrade from 1.4.3 to 1.4.4
  libxcursor: upgrade from 1.1.11 to 1.1.12
  xcb-util: upgrade from 0.3.6 to 0.3.8
  inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1
  distro_tracking_fields.inc: update the info

 .../conf/distro/include/distro_tracking_fields.inc |   66 ++++++++++---------
 meta/recipes-graphics/xcb/xcb-util_0.3.6.bb        |   18 -----
 meta/recipes-graphics/xcb/xcb-util_0.3.8.bb        |    9 +++
 .../{libxcursor_1.1.11.bb => libxcursor_1.1.12.bb} |    4 +-
 .../{libxfont_1.4.3.bb => libxfont_1.4.4.bb}       |    8 +--
 .../{libxrandr_1.3.1.bb => libxrandr_1.3.2.bb}     |    6 +-
 .../{pixman_0.22.0.bb => pixman_0.24.0.bb}         |    4 +-
 ...{inputproto_2.0.2.bb => inputproto_2.0.99.1.bb} |    4 +-
 .../lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4        |    0
 .../lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch      |    9 +++-
 .../lzo/{lzo_2.05.bb => lzo_2.06.bb}               |    4 +-
 11 files changed, 66 insertions(+), 66 deletions(-)
 delete mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.6.bb
 create mode 100644 meta/recipes-graphics/xcb/xcb-util_0.3.8.bb
 rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.11.bb => libxcursor_1.1.12.bb} (79%)
 rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.3.bb => libxfont_1.4.4.bb} (62%)
 rename meta/recipes-graphics/xorg-lib/{libxrandr_1.3.1.bb => libxrandr_1.3.2.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.22.0.bb => pixman_0.24.0.bb} (83%)
 rename meta/recipes-graphics/xorg-proto/{inputproto_2.0.2.bb => inputproto_2.0.99.1.bb} (78%)
 rename meta/recipes-support/lzo/{lzo-2.05 => lzo-2.06}/acinclude.m4 (100%)
 rename meta/recipes-support/lzo/{lzo-2.05 => lzo-2.06}/autoconf.patch (79%)
 rename meta/recipes-support/lzo/{lzo_2.05.bb => lzo_2.06.bb} (81%)

-- 
1.7.6




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

end of thread, other threads:[~2011-12-02  3:24 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30 14:12 [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Dexuan Cui
2011-11-30 14:12 ` [PATCH 1/8] pixman: upgrade from 0.22.0 to the latest stable 0.24.0 Dexuan Cui
2011-11-30 14:12 ` [PATCH 2/8] libxrandr: upgrade from 1.3.1 to the latest version 1.3.2 Dexuan Cui
2011-11-30 14:12 ` [PATCH 3/8] lzo: upgrade from 2.05 to the latest version 2.06 Dexuan Cui
2011-11-30 22:14   ` Khem Raj
2011-12-02  1:26     ` Cui, Dexuan
2011-11-30 14:12 ` [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4 Dexuan Cui
2011-11-30 22:12   ` Khem Raj
2011-12-02  1:09     ` Cui, Dexuan
2011-11-30 14:12 ` [PATCH 5/8] libxcursor: upgrade from 1.1.11 to 1.1.12 Dexuan Cui
2011-11-30 14:12 ` [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8 Dexuan Cui
2011-11-30 22:16   ` Khem Raj
2011-12-02  1:59     ` Cui, Dexuan
2011-12-01  8:02   ` Martin Jansa
2011-12-01  8:46     ` [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0 Martin Jansa
2011-12-01  8:46       ` [PATCH][oe-core 2/3] matchbox-panel-2: " Martin Jansa
2011-12-01  8:46       ` [PATCH][oe-core 3/3] matchbox-panel-2: add unpackaged .la files to PN-dev to fix QA warning Martin Jansa
2011-12-01 10:41       ` [PATCH][oe-core 1/3] startup-notification: bump PR, because of xcb-util was renamed to libxcb-util0 Richard Purdie
2011-12-02  2:18     ` [PATCH 6/8] xcb-util: upgrade from 0.3.6 to 0.3.8 Cui, Dexuan
2011-11-30 14:12 ` [PATCH 7/8] inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1 Dexuan Cui
2011-11-30 14:12 ` [PATCH 8/8] distro_tracking_fields.inc: update the info Dexuan Cui
2011-11-30 22:17 ` [PATCH 0/8] [Dexuan]: upgrades for 7 recipes Richard Purdie
2011-12-02  3:17   ` Cui, Dexuan

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