All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhai Edwin <edwin.zhai@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 00/14] X apps and base utils upgrade, Edwin, Dec2, 2010
Date: Thu, 2 Dec 2010 13:57:48 +0800	[thread overview]
Message-ID: <cover.1291269468.git.edwin.zhai@intel.com> (raw)

Saul,
Some upgrades for X apps and base utils.
Thanks,
edwin

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: gzhai/distro04
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/distro04

Thanks,
    Zhai Edwin <edwin.zhai@intel.com>
---


Zhai Edwin (14):
  pointercal: Add license checksum
  tidy: Add license checksum
  beecrypt: Update to 4.2.1
  acpid: update to 1.0.10
  consolekit: Update to 0.4.3
  eee-acpi-scripts: Update to 1.1.11
  ethtool: Update to 2.6.36
  puzzles: Update to svn r9023
  x11perf: Update to 1.5.2
  x11vnc: Update to 0.9.12
  web: Update to svn r129
  gnome-desktop: Update to 2.32.1
  gnome-icon-theme: Update to 2.31.0
  gtk-engines: Update to 2.20.2

 .../conf/distro/include/poky-default-revisions.inc |    4 +-
 meta/recipes-bsp/acpid/acpid.inc                   |    7 +-
 meta/recipes-bsp/acpid/acpid_1.0.10.bb             |    6 ++
 meta/recipes-bsp/acpid/acpid_1.0.6.bb              |    3 -
 .../eee-acpi-scripts/eee-acpi-scripts_git.bb       |   15 ++--
 .../eee-acpi-scripts/files/remove-doc-check.patch  |   76 +++++++++----------
 meta/recipes-bsp/pointercal/files/COPYING          |    2 +
 meta/recipes-bsp/pointercal/pointercal_0.0.bb      |    5 +-
 .../{ethtool_2.6.34.bb => ethtool_2.6.36.bb}       |    0
 meta/recipes-gnome/gnome/gnome-desktop.inc         |    4 +-
 .../gnome/gnome-desktop/no-desktop-docs.patch      |   10 ---
 meta/recipes-gnome/gnome/gnome-desktop_2.26.2.bb   |    3 -
 meta/recipes-gnome/gnome/gnome-desktop_2.32.1.bb   |    4 +
 .../gnome/gnome-icon-theme/iconpath-option.patch   |   79 +++++++++----------
 ...-theme_2.22.0.bb => gnome-icon-theme_2.31.0.bb} |   12 ++-
 ...gtk-engines_2.14.0.bb => gtk-engines_2.20.2.bb} |   11 ++-
 meta/recipes-graphics/clutter/tidy.inc             |    2 +-
 meta/recipes-graphics/clutter/tidy_git.bb          |    3 +
 meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb      |   15 ++++
 meta/recipes-graphics/x11vnc/x11vnc_0.9.3.bb       |   11 ---
 meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb    |   10 +++
 meta/recipes-graphics/xorg-app/x11perf_1.5.bb      |    6 --
 .../recipes-sato/puzzles/files/makedist_hack.patch |   17 ----
 .../puzzles/{puzzles_r7593.bb => puzzles_r9023.bb} |   14 ++--
 meta/recipes-sato/web/web_svn.bb                   |    2 +-
 .../beecrypt/beecrypt/disable-icu-check.patch      |   12 ++--
 .../beecrypt/beecrypt/fix-security.patch           |   51 +++++++------
 .../{beecrypt_4.1.2.bb => beecrypt_4.2.1.bb}       |   10 ++-
 .../recipes-support/consolekit/consolekit_0.3.0.bb |   16 ----
 .../consolekit/files/nopolkit.patch                |    8 +-
 meta/recipes-tbd/consolekit/consolekit_0.4.3.bb    |   21 +++++
 31 files changed, 226 insertions(+), 213 deletions(-)
 create mode 100644 meta/recipes-bsp/acpid/acpid_1.0.10.bb
 delete mode 100644 meta/recipes-bsp/acpid/acpid_1.0.6.bb
 create mode 100644 meta/recipes-bsp/pointercal/files/COPYING
 rename meta/recipes-extended/ethtool/{ethtool_2.6.34.bb => ethtool_2.6.36.bb} (100%)
 delete mode 100644 meta/recipes-gnome/gnome/gnome-desktop/no-desktop-docs.patch
 delete mode 100644 meta/recipes-gnome/gnome/gnome-desktop_2.26.2.bb
 create mode 100644 meta/recipes-gnome/gnome/gnome-desktop_2.32.1.bb
 rename meta/recipes-gnome/gnome/{gnome-icon-theme_2.22.0.bb => gnome-icon-theme_2.31.0.bb} (55%)
 rename meta/recipes-gnome/gtk-engines/{gtk-engines_2.14.0.bb => gtk-engines_2.20.2.bb} (85%)
 create mode 100644 meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb
 delete mode 100644 meta/recipes-graphics/x11vnc/x11vnc_0.9.3.bb
 create mode 100644 meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb
 delete mode 100644 meta/recipes-graphics/xorg-app/x11perf_1.5.bb
 delete mode 100644 meta/recipes-sato/puzzles/files/makedist_hack.patch
 rename meta/recipes-sato/puzzles/{puzzles_r7593.bb => puzzles_r9023.bb} (74%)
 rename meta/recipes-support/beecrypt/{beecrypt_4.1.2.bb => beecrypt_4.2.1.bb} (63%)
 delete mode 100644 meta/recipes-support/consolekit/consolekit_0.3.0.bb
 create mode 100644 meta/recipes-tbd/consolekit/consolekit_0.4.3.bb



             reply	other threads:[~2010-12-02  5:55 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-02  5:57 Zhai Edwin [this message]
2010-11-26  5:56 ` [PATCH 04/14] acpid: update to 1.0.10 Zhai Edwin
2010-11-26  8:57 ` [PATCH 03/14] beecrypt: Update to 4.2.1 Zhai Edwin
2010-11-26 15:10 ` [PATCH 02/14] tidy: Add license checksum Zhai Edwin
2010-11-26 15:53 ` [PATCH 01/14] pointercal: " Zhai Edwin
2010-11-28  7:24 ` [PATCH 05/14] consolekit: Update to 0.4.3 Zhai Edwin
2010-11-28  7:48 ` [PATCH 06/14] eee-acpi-scripts: Update to 1.1.11 Zhai Edwin
2010-11-28  8:57 ` [PATCH 07/14] ethtool: Update to 2.6.36 Zhai Edwin
2010-11-30  5:25 ` [PATCH 11/14] web: Update to svn r129 Zhai Edwin
2010-11-30  8:34 ` [PATCH 08/14] puzzles: Update to svn r9023 Zhai Edwin
2010-11-30  9:17 ` [PATCH 09/14] x11perf: Update to 1.5.2 Zhai Edwin
2010-11-30  9:53 ` [PATCH 10/14] x11vnc: Update to 0.9.12 Zhai Edwin
2010-12-01  0:42 ` [PATCH 12/14] gnome-desktop: Update to 2.32.1 Zhai Edwin
2010-12-01  1:04 ` [PATCH 13/14] gnome-icon-theme: Update to 2.31.0 Zhai Edwin
2010-12-01  5:45 ` [PATCH 14/14] gtk-engines: Update to 2.20.2 Zhai Edwin
2010-12-02 20:34 ` [PATCH 00/14] X apps and base utils upgrade, Edwin, Dec2, 2010 Saul Wold
2010-12-03  3:18   ` Zhai, Edwin

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.1291269468.git.edwin.zhai@intel.com \
    --to=edwin.zhai@intel.com \
    --cc=poky@yoctoproject.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.