All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dexuan Cui <dexuan.cui@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] [Dexuan]: upgrades for 7 recipes
Date: Wed, 30 Nov 2011 22:12:26 +0800	[thread overview]
Message-ID: <cover.1322662245.git.dexuan.cui@intel.com> (raw)

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




             reply	other threads:[~2011-11-30 14:19 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-30 14:12 Dexuan Cui [this message]
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

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.1322662245.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 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.