Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [CONSOLIDATED PULL 00/14] Patches and a few updates
Date: Mon, 20 May 2013 01:24:43 +0300	[thread overview]
Message-ID: <cover.1369002154.git.sgw@linux.intel.com> (raw)

Richard,

Here is a group of patches along with a few package updates that
I had pending during our travels.

Yes, I am putting Robert's old image removal up again, if you are
concerned about setting an API (via the variable) then we can disuss
it further.

Thanks
	Sau!


The following changes since commit ae28ee3f7a060b9e0d13154a84f2444a98490b5b:

  python-pygobject-native: fix build dependency on python-native (2013-05-17 09:38:39 +0300)

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

Andreas Müller (1):
  qt: fix warning -Wunused-local-typedefs introduced by gcc 4.8

Andrei Dinu (2):
  nfs-utils : upgrade to 1.2.8
  cdrtools-native : upgrade to 3.00

Chen Qi (1):
  bind: use /var/run/named instead of /var/run/bind/run

Felipe F. Tonello (1):
  qt: updated qmake2 class to export qconfig.pri mkspec

Joe Slater (1):
  zlib: put shared libraries in base_libdir

Jonathan Liu (3):
  opkg: remove unnecessary extra leading slash in run-postinsts
  systemd: fix ordering for machineid and run-postinsts services
  util-linux: Update to 2.23

Khem Raj (1):
  pam: Add libtirpc to build dependencies

Robert Yang (1):
  image_types.bbclass: remove the old images

Ross Burton (3):
  librsvg: add more PACKAGECONFIG options
  librsvg: clean up native depends
  librsvg: small cleanups

 meta/classes/image_types.bbclass                   |   6 +-
 meta/classes/qmake2.bbclass                        |   1 +
 meta/conf/local.conf.sample.extended               |   3 +
 .../bind/bind-9.8.1/conf.patch                     |   4 +-
 .../nfs-utils/nfs-utils-1.2.3-uclibc-libio.h.patch |  26 -
 .../nfs-utils/nfs-utils/nfs-utils.1.2.8.rc3.patch  | 599 ---------------------
 .../{nfs-utils_1.2.7.bb => nfs-utils_1.2.8.bb}     |  12 +-
 .../systemd/systemd-compat-units/machineid.service |   2 +-
 .../systemd-compat-units/run-postinsts.service     |   2 +-
 meta/recipes-core/util-linux/util-linux.inc        |   5 +-
 ...-fix-loopcxt_check_size-to-work-with-blkd.patch |  60 +++
 ...etup-use-warn_size-for-regular-files-only.patch |  29 +
 .../util-linux/util-linux/mbsalign-license.patch   |  78 ---
 .../util-linux/uclibc-__progname-conflict.patch    |  15 +-
 .../{util-linux_2.22.2.bb => util-linux_2.23.bb}   |  11 +-
 meta/recipes-core/zlib/zlib_1.2.7.bb               |  15 +
 .../cdrtools-native/glibc-conflict-rename.patch    | 236 --------
 .../cdrtools/cdrtools-native/no_usr_src.patch      |  46 +-
 ...ools-native_2.01.bb => cdrtools-native_3.00.bb} |  11 +-
 meta/recipes-devtools/opkg/opkg.inc                |   2 +-
 meta/recipes-extended/pam/libpam_1.1.6.bb          |   2 +-
 meta/recipes-gnome/librsvg/librsvg_2.32.1.bb       |  30 +-
 meta/recipes-qt/qt4/qt4-4.8.4.inc                  |   1 +
 ...emove-unnecessary-typedef-found-by-gcc4-8.patch |  37 ++
 meta/recipes-qt/qt4/qt4-embedded_4.8.4.bb          |   2 +-
 meta/recipes-qt/qt4/qt4-native.inc                 |   3 +-
 meta/recipes-qt/qt4/qt4-x11-free_4.8.4.bb          |   2 +-
 27 files changed, 229 insertions(+), 1011 deletions(-)
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.3-uclibc-libio.h.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils.1.2.8.rc3.patch
 rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.2.7.bb => nfs-utils_1.2.8.bb} (88%)
 create mode 100644 meta/recipes-core/util-linux/util-linux/0001-lib-loopdev-fix-loopcxt_check_size-to-work-with-blkd.patch
 create mode 100644 meta/recipes-core/util-linux/util-linux/0001-losetup-use-warn_size-for-regular-files-only.patch
 delete mode 100644 meta/recipes-core/util-linux/util-linux/mbsalign-license.patch
 rename meta/recipes-core/util-linux/{util-linux_2.22.2.bb => util-linux_2.23.bb} (55%)
 delete mode 100644 meta/recipes-devtools/cdrtools/cdrtools-native/glibc-conflict-rename.patch
 rename meta/recipes-devtools/cdrtools/{cdrtools-native_2.01.bb => cdrtools-native_3.00.bb} (70%)
 create mode 100644 meta/recipes-qt/qt4/qt4-4.8.4/0025-Remove-unnecessary-typedef-found-by-gcc4-8.patch

-- 
1.8.0.2




                 reply	other threads:[~2013-05-19 22:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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.1369002154.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox