All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/12] Updated and Fixes
Date: Thu, 17 May 2012 19:51:02 +0300	[thread overview]
Message-ID: <cover.1337273095.git.sgw@linux.intel.com> (raw)

Richard,

Pull in the backlog of changes from this week.  Bigest change
that need looking at are Chris's.

Sau!

The following changes since commit 2cf6e7cf81c0b864b5d51be60094a6eb3e584383:

  fotowall: Add #include ui_wizard.h to ExportWizard.cpp (2012-05-16 07:33:15 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/stage
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage

Alexandru DAMIAN (1):
  xf86-video-vmware: update package to 12.0.2

Bogdan Marinescu (1):
  gnutls: update to 2.12.19

Christopher Larson (3):
  csl-versions: fix bb.process.CmdError reference
  oe.types: give the regex type more sane semantics
  kernel.bbclass: add deploy link to KERNEL_IMAGETYPE

Joshua Lock (2):
  meta/classes/sstate.bbclass: ensure sstate files have group R/W
  sanity.bbclass: check user can read and write to SSTATE_DIR

Laurentiu Palcu (1):
  gnupg: Update to upstream version 2.0.19

Marko Lindqvist (1):
  dpkg: update to upstream version 1.16.3

Martin Jansa (1):
  xserver-xorg-lite: disable xmlto like full xserver-xorg does

Saul Wold (1):
  xinetd: Update to 2.3.15

Xiaofeng Yan (1):
  archiver.bbclass: Add two default set for avoiding error when missing
    assignment

 meta/classes/archiver.bbclass                      |    4 +-
 meta/classes/kernel.bbclass                        |    1 +
 meta/classes/sanity.bbclass                        |   17 ++-
 meta/classes/sstate.bbclass                        |    1 +
 meta/conf/distro/include/csl-versions.inc          |    2 +-
 meta/lib/oe/types.py                               |   31 +++
 meta/recipes-devtools/dpkg/dpkg.inc                |    5 +-
 .../recipes-devtools/dpkg/dpkg/check_version.patch |   26 ++-
 .../dpkg/dpkg/dpkg-deb-avoid-fflush.patch          |  198 --------------------
 .../dpkg/dpkg/ignore_extra_fields.patch            |   39 ++--
 .../dpkg/dpkg/ignore_lutimes_errors.patch          |   26 +++
 meta/recipes-devtools/dpkg/dpkg/perllibdir.patch   |   22 ---
 meta/recipes-devtools/dpkg/dpkg/preinst.patch      |   45 +++--
 .../dpkg/{dpkg_1.15.8.7.bb => dpkg_1.16.3.bb}      |   10 +-
 .../xinetd/{xinetd_2.3.14.bb => xinetd_2.3.15.bb}  |    6 +-
 ...mware_12.0.1.bb => xf86-video-vmware_12.0.2.bb} |    6 +-
 .../xorg-xserver/xserver-xorg-1.11.2.inc           |    2 +-
 .../xorg-xserver/xserver-xorg-lite.inc             |    1 +
 .../gnupg/{gnupg_2.0.18.bb => gnupg_2.0.19.bb}     |    6 +-
 .../configure-fix.patch                            |    0
 .../correct_rpl_gettimeofday_signature.patch       |    0
 .../fix-gettext-version.patch                      |    0
 .../gnutls-openssl.patch                           |    0
 .../gnutls-texinfo-euro.patch                      |    0
 .../{gnutls_2.12.18.bb => gnutls_2.12.19.bb}       |    4 +-
 25 files changed, 159 insertions(+), 293 deletions(-)
 delete mode 100644 meta/recipes-devtools/dpkg/dpkg/dpkg-deb-avoid-fflush.patch
 create mode 100644 meta/recipes-devtools/dpkg/dpkg/ignore_lutimes_errors.patch
 delete mode 100644 meta/recipes-devtools/dpkg/dpkg/perllibdir.patch
 rename meta/recipes-devtools/dpkg/{dpkg_1.15.8.7.bb => dpkg_1.16.3.bb} (42%)
 rename meta/recipes-extended/xinetd/{xinetd_2.3.14.bb => xinetd_2.3.15.bb} (90%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-vmware_12.0.1.bb => xf86-video-vmware_12.0.2.bb} (74%)
 rename meta/recipes-support/gnupg/{gnupg_2.0.18.bb => gnupg_2.0.19.bb} (81%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.18 => gnutls-2.12.19}/configure-fix.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.18 => gnutls-2.12.19}/correct_rpl_gettimeofday_signature.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.18 => gnutls-2.12.19}/fix-gettext-version.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.18 => gnutls-2.12.19}/gnutls-openssl.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.18 => gnutls-2.12.19}/gnutls-texinfo-euro.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls_2.12.18.bb => gnutls_2.12.19.bb} (77%)

-- 
1.7.7.6




             reply	other threads:[~2012-05-17 17:01 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-17 16:51 Saul Wold [this message]
2012-05-17 16:51 ` [CONSOLIDATED PULL 01/12] xinetd: Update to 2.3.15 Saul Wold
2012-05-17 16:51 ` [CONSOLIDATED PULL 02/12] csl-versions: fix bb.process.CmdError reference Saul Wold
2012-05-17 16:51 ` [CONSOLIDATED PULL 03/12] oe.types: give the regex type more sane semantics Saul Wold
2012-05-17 16:51 ` [CONSOLIDATED PULL 04/12] kernel.bbclass: add deploy link to KERNEL_IMAGETYPE Saul Wold
2012-05-17 16:51 ` [CONSOLIDATED PULL 05/12] dpkg: update to upstream version 1.16.3 Saul Wold
2012-05-17 16:51 ` [CONSOLIDATED PULL 06/12] meta/classes/sstate.bbclass: ensure sstate files have group R/W Saul Wold
2012-05-17 16:51 ` [CONSOLIDATED PULL 07/12] archiver.bbclass: Add two default set for avoiding error when missing assignment Saul Wold
2012-05-17 16:51 ` [CONSOLIDATED PULL 08/12] gnutls: update to 2.12.19 Saul Wold
2012-05-17 16:51 ` [CONSOLIDATED PULL 09/12] gnupg: Update to upstream version 2.0.19 Saul Wold
2012-05-17 16:51 ` [CONSOLIDATED PULL 10/12] xf86-video-vmware: update package to 12.0.2 Saul Wold
2012-05-17 16:51 ` [CONSOLIDATED PULL 11/12] sanity.bbclass: check user can read and write to SSTATE_DIR Saul Wold
2012-05-17 16:51 ` [CONSOLIDATED PULL 12/12] xserver-xorg-lite: disable xmlto like full xserver-xorg does Saul Wold
2012-05-17 17:08 ` [CONSOLIDATED PULL 00/12] Updated and Fixes Koen Kooi
2012-05-17 20:33 ` Richard Purdie

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.1337273095.git.sgw@linux.intel.com \
    --to=sgw@linux.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.