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] Updates and World Build Fixes
Date: Sun, 16 Oct 2011 00:46:05 -0700	[thread overview]
Message-ID: <cover.1318751027.git.sgw@linux.intel.com> (raw)

Richard,

This is a batch of update fom the mailing list and a set of 
changes to address various failures seen both on the Autobuilder
and World build targets.

Please merge as appropriate, I have built these on the autobuilder
over the weekend.

Thanks
	Sau!


The following changes since commit d1b12b92439805ec9ca5d031d34d264acd0cab3b:

  mesa-dri: Enable swrast only by default and intel drivers only on IA platform (2011-10-15 00:41:12 +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

Dmitry Cherukhin (1):
  qt4: Added support for QtMobility 1.2

Dmitry Eremin-Solenikov (1):
  default-provider: also define a default provider for gconf-native

Paul Eggleton (2):
  pulseaudio: make bluetooth support conditional upon DISTRO_FEATURES
  bluez4: disable hidd, pand & dund

Philip Balister (1):
  cmake : Disable building ccmake.

Saul Wold (9):
  bind: update to 9.8.1
  resolvconf: Update to 1.61
  glib-2.0: Add nativesdk depends for libffi
  qmmp: Fix QA Packaging Errors
  libomxil: Fix QA Package Errors
  Distro Tracking: Fix dates
  sysprof: remove duplicated patch
  mktemp: Add patch to fix parallel make install
  screen: Add patch to fix parallel make install

 meta/conf/distro/include/default-providers.inc     |    1 +
 .../conf/distro/include/distro_tracking_fields.inc |   16 +++---
 .../bind/{bind-9.7.2-P3 => bind-9.8.1}/conf.patch  |    0
 .../cross-build-fix.patch                          |    0
 .../bind/{bind_9.7.2-P3.bb => bind_9.8.1.bb}       |    8 +-
 meta/recipes-connectivity/bluez/bluez4.inc         |    6 +-
 meta/recipes-connectivity/bluez/bluez4_4.96.bb     |    2 +-
 .../resolvconf/resolvconf_1.61.bb                  |   33 ++++++++++
 meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb      |    3 +-
 meta/recipes-devtools/cmake/cmake_2.8.5.bb         |    3 +-
 .../mktemp/files/fix-parallel-make.patch           |   23 +++++++
 meta/recipes-extended/mktemp/mktemp_1.7.bb         |    3 +-
 .../screen/screen-4.0.3/fix-parallel-make.patch    |   19 ++++++
 meta/recipes-extended/screen/screen_4.0.3.bb       |    3 +-
 meta/recipes-gnome/libffi/libffi_3.0.9.bb          |    4 +-
 .../sysprof/files/ppc-macro-fix.patch              |   13 ----
 meta/recipes-kernel/sysprof/sysprof_git.bb         |    1 -
 meta/recipes-multimedia/libomxil/libomxil_0.3.3.bb |    9 ++-
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |    5 +-
 .../pulseaudio/pulseaudio_0.9.22.bb                |    2 +-
 .../pulseaudio/pulseaudio_0.9.23.bb                |    2 +-
 meta/recipes-qt/qt-apps/qmmp_0.5.1.bb              |   36 ++++++++++--
 meta/recipes-qt/qt4/qt-mobility-embedded_1.2.0.bb  |   11 ++++
 meta/recipes-qt/qt4/qt-mobility-x11_1.2.0.bb       |   10 +++
 meta/recipes-qt/qt4/qt-mobility_1.2.0.inc          |   62 ++++++++++++++++++++
 25 files changed, 227 insertions(+), 48 deletions(-)
 rename meta/recipes-connectivity/bind/{bind-9.7.2-P3 => bind-9.8.1}/conf.patch (100%)
 rename meta/recipes-connectivity/bind/{bind-9.7.2-P3 => bind-9.8.1}/cross-build-fix.patch (100%)
 rename meta/recipes-connectivity/bind/{bind_9.7.2-P3.bb => bind_9.8.1.bb} (84%)
 create mode 100644 meta/recipes-connectivity/resolvconf/resolvconf_1.61.bb
 create mode 100644 meta/recipes-extended/mktemp/files/fix-parallel-make.patch
 create mode 100644 meta/recipes-extended/screen/screen-4.0.3/fix-parallel-make.patch
 delete mode 100644 meta/recipes-kernel/sysprof/files/ppc-macro-fix.patch
 create mode 100644 meta/recipes-qt/qt4/qt-mobility-embedded_1.2.0.bb
 create mode 100644 meta/recipes-qt/qt4/qt-mobility-x11_1.2.0.bb
 create mode 100644 meta/recipes-qt/qt4/qt-mobility_1.2.0.inc

-- 
1.7.6.2




             reply	other threads:[~2011-10-16  7:52 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-16  7:46 Saul Wold [this message]
2011-10-16  7:46 ` [CONSOLIDATED PULL 01/14] bind: update to 9.8.1 Saul Wold
2011-10-16 14:38   ` Khem Raj
2011-10-16  7:46 ` [CONSOLIDATED PULL 02/14] resolvconf: Update to 1.61 Saul Wold
2011-10-16 14:42   ` Khem Raj
2011-10-16  7:46 ` [CONSOLIDATED PULL 03/14] default-provider: also define a default provider for gconf-native Saul Wold
2011-10-16  7:46 ` [CONSOLIDATED PULL 04/14] qt4: Added support for QtMobility 1.2 Saul Wold
2011-10-16  7:46 ` [CONSOLIDATED PULL 05/14] cmake : Disable building ccmake Saul Wold
2011-10-16  7:46 ` [CONSOLIDATED PULL 06/14] pulseaudio: make bluetooth support conditional upon DISTRO_FEATURES Saul Wold
2011-10-16  7:46 ` [CONSOLIDATED PULL 07/14] bluez4: disable hidd, pand & dund Saul Wold
2011-10-16  7:46 ` [CONSOLIDATED PULL 08/14] glib-2.0: Add nativesdk depends for libffi Saul Wold
2011-10-16  7:46 ` [CONSOLIDATED PULL 09/14] qmmp: Fix QA Packaging Errors Saul Wold
2011-10-16  7:46 ` [CONSOLIDATED PULL 10/14] libomxil: Fix QA Package Errors Saul Wold
2011-10-16  7:46 ` [CONSOLIDATED PULL 11/14] Distro Tracking: Fix dates Saul Wold
2011-10-16  7:46 ` [CONSOLIDATED PULL 12/14] sysprof: remove duplicated patch Saul Wold
2011-10-16  7:46 ` [CONSOLIDATED PULL 13/14] mktemp: Add patch to fix parallel make install Saul Wold
2011-10-16  7:46 ` [CONSOLIDATED PULL 14/14] screen: " Saul Wold

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