All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2 -CONSOLIDATED PULL 00/14] Updates and World Build Fixes
@ 2011-10-16 20:17 Saul Wold
  2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 01/14] bind: update to 9.8.1 Saul Wold
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Saul Wold @ 2011-10-16 20:17 UTC (permalink / raw)
  To: openembedded-core

Richard,

This is version contains additional comments and fixes based on Khem's
notes, I also fixes the Upstream-Status to have correct capitolization.

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}       |   10 ++--
 meta/recipes-connectivity/bluez/bluez4.inc         |    6 +-
 meta/recipes-connectivity/bluez/bluez4_4.96.bb     |    2 +-
 .../{resolvconf_1.59.bb => resolvconf_1.61.bb}     |    6 +-
 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, 198 insertions(+), 52 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} (82%)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.59.bb => resolvconf_1.61.bb} (87%)
 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




^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2011-10-18 19:11 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-16 20:17 [v2 -CONSOLIDATED PULL 00/14] Updates and World Build Fixes Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 01/14] bind: update to 9.8.1 Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 02/14] resolvconf: Update to 1.61 Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 03/14] default-provider: also define a default provider for gconf-native Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 04/14] qt4: Added support for QtMobility 1.2 Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 05/14] cmake : Disable building ccmake Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 06/14] pulseaudio: make bluetooth support conditional upon DISTRO_FEATURES Saul Wold
2011-10-18 18:49   ` Martin Jansa
2011-10-18 19:05     ` Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 07/14] bluez4: disable hidd, pand & dund Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 08/14] glib-2.0: Add nativesdk depends for libffi Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 09/14] qmmp: Fix QA Packaging Errors Saul Wold
2011-10-17 12:33   ` Richard Purdie
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 10/14] libomxil: Fix QA Package Errors Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 11/14] Distro Tracking: Fix dates Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 12/14] sysprof: remove duplicated patch Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 13/14] mktemp: Add patch to fix parallel make install Saul Wold
2011-10-16 20:17 ` [v2 -CONSOLIDATED PULL 14/14] screen: " Saul Wold
2011-10-17 12:33 ` [v2 -CONSOLIDATED PULL 00/14] Updates and World Build Fixes Richard Purdie

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.