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/19] Updates and Fixes
Date: Mon, 30 Apr 2012 15:20:44 -0700	[thread overview]
Message-ID: <cover.1335824356.git.sgw@linux.intel.com> (raw)

The updates are starting with this contains many updates, there are
also some fixes and more warning clean-ups.

Sau!

The following changes since commit b8dc9182ed8959ce5a6aa285c3c7f78df2432ac3:

  qt-4.8.1: Fix compile failures on qemux86 (2012-04-30 10:42:07 +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

Andreas Oberritter (1):
  opkg-collateral: import fixes from OE-Classic

Dongxiao Xu (6):
  gst-fluendo-mpegdemux: upgrade to version 0.10.70
  telepathy-mission-control: upgrade to version 5.12.0
  telepathy-glib: upgrade to version 0.18.1
  bluez-hcidump: upgrade to version 2.4
  iptables: upgrade to version 1.4.13
  distro_tracking_fields: Change for ofono, iptables, etc

Kang Kai (1):
  alsa-tools: update to 1.0.25

Martin Jansa (6):
  xorg: add more native BBCLASSEXTENDs from meta-oe
  opkg-utils: bump SRCREV for Packages cache fix and other fixes
  glib-2.0: upgrade to 2.32.1
  gobject-introspection: upgrade to 1.32.1
  libsoup-2.4: upgrade to 2.38.1
  ofono: upgrade to 1.6

Peter Seebach (1):
  tune-sh4.inc: Fix spelling of big-endian feature set

Saul Wold (4):
  Fix a couple of missing Upstream-Status
  eglibc-package: remove /var
  libgcc: Add MLPREFIX to sanity check skip
  gcc-package-target: add libexec for plugins

 .../conf/distro/include/distro_tracking_fields.inc |   46 ++++++------
 meta/conf/machine/include/tune-sh3.inc             |    2 +-
 meta/conf/machine/include/tune-sh4.inc             |    4 +-
 meta/conf/machine/include/tune-xscale.inc          |    2 +-
 ...b-1.99-gcc-4.7.0-uninitialized-var-errors.patch |    2 +-
 .../{bluez-hcidump_2.3.bb => bluez-hcidump_2.4.bb} |    4 +-
 meta/recipes-connectivity/ofono/ofono_1.5.bb       |   14 ----
 meta/recipes-connectivity/ofono/ofono_1.6.bb       |   15 ++++
 ...thy-glib_0.17.5.bb => telepathy-glib_0.18.1.bb} |    4 +-
 ...11.0.bb => telepathy-mission-control_5.12.0.bb} |    6 +-
 meta/recipes-core/eglibc/eglibc-package.inc        |    1 +
 meta/recipes-core/eglibc/eglibc_2.15.bb            |    2 +-
 .../glib-2.0/glib-2.0/configure-libtool.patch      |   54 ++++++++++----
 .../glib-2.0/glib-2.0/g_once_init_enter.patch      |   24 -------
 .../{glib-2.0_2.30.3.bb => glib-2.0_2.32.1.bb}     |    6 +-
 meta/recipes-core/glib-2.0/glib.inc                |    2 +-
 meta/recipes-devtools/gcc/gcc-4.7.inc              |    2 +-
 meta/recipes-devtools/gcc/gcc-package-target.inc   |   11 +--
 meta/recipes-devtools/gcc/libgcc_4.7.bb            |    5 +-
 .../opkg-utils/opkg-utils/add-license-field.patch  |   39 -----------
 .../opkg-utils/arfile_header_split.patch           |   27 -------
 .../opkg-utils/index-ignore-filenotfound.patch     |   73 --------------------
 .../opkg-utils/opkg-utils/mtime-int.patch          |   30 --------
 .../opkg-utils/opkg-utils/shebang.patch            |   46 ------------
 meta/recipes-devtools/opkg-utils/opkg-utils_git.bb |    7 +--
 meta/recipes-devtools/opkg/opkg-collateral.bb      |    8 ++-
 meta/recipes-devtools/opkg/opkg-collateral/lists   |    2 +-
 .../opkg/opkg-collateral/opkg.conf.comments        |    3 +
 .../iptables/iptables/GNUmakefile.patch            |   18 -----
 .../{iptables_1.4.12.2.bb => iptables_1.4.13.bb}   |    5 +-
 ..._1.31.20.bb => gobject-introspection_1.32.1.bb} |   13 ++--
 .../xorg-lib/libxcomposite_0.4.3.bb                |    1 +
 .../recipes-graphics/xorg-lib/libxcursor_1.1.13.bb |    1 +
 meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb |    1 +
 meta/recipes-graphics/xorg-lib/libxfixes_5.0.bb    |    2 +-
 meta/recipes-graphics/xorg-lib/libxrandr_1.3.2.bb  |    2 +-
 .../xorg-proto/compositeproto_0.4.2.bb             |    1 +
 .../xorg-proto/damageproto_1.2.1.bb                |    1 +
 meta/recipes-graphics/xorg-proto/fixesproto_5.0.bb |    2 +-
 .../xorg-proto/randrproto_1.3.2.bb                 |    2 +-
 .../autotools.patch                                |    0
 ...alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} |   10 ++-
 ...0.10.69.bb => gst-fluendo-mpegdemux_0.10.70.bb} |    4 +-
 .../qt4/files/qt-mobility-no-opengl.patch          |    2 +
 ...libsoup-2.4_2.36.1.bb => libsoup-2.4_2.38.1.bb} |    8 +-
 45 files changed, 143 insertions(+), 371 deletions(-)
 rename meta/recipes-connectivity/bluez/{bluez-hcidump_2.3.bb => bluez-hcidump_2.4.bb} (83%)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.5.bb
 create mode 100644 meta/recipes-connectivity/ofono/ofono_1.6.bb
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.17.5.bb => telepathy-glib_0.18.1.bb} (82%)
 rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.11.0.bb => telepathy-mission-control_5.12.0.bb} (91%)
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.30.3.bb => glib-2.0_2.32.1.bb} (91%)
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/add-license-field.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/arfile_header_split.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/index-ignore-filenotfound.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/mtime-int.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/shebang.patch
 delete mode 100644 meta/recipes-extended/iptables/iptables/GNUmakefile.patch
 rename meta/recipes-extended/iptables/{iptables_1.4.12.2.bb => iptables_1.4.13.bb} (89%)
 rename meta/recipes-gnome/gnome/{gobject-introspection_1.31.20.bb => gobject-introspection_1.32.1.bb} (52%)
 rename meta/recipes-multimedia/alsa/{alsa-tools-1.0.24.1 => alsa-tools-1.0.25}/autotools.patch (100%)
 rename meta/recipes-multimedia/alsa/{alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} (73%)
 rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.69.bb => gst-fluendo-mpegdemux_0.10.70.bb} (71%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.36.1.bb => libsoup-2.4_2.38.1.bb} (55%)

-- 
1.7.7.6




             reply	other threads:[~2012-04-30 22:30 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-30 22:20 Saul Wold [this message]
2012-04-30 22:20 ` [CONSOLIDATED PULL 01/19] xorg: add more native BBCLASSEXTENDs from meta-oe Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 02/19] opkg-utils: bump SRCREV for Packages cache fix and other fixes Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 03/19] opkg-collateral: import fixes from OE-Classic Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 04/19] alsa-tools: update to 1.0.25 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 05/19] tune-sh4.inc: Fix spelling of big-endian feature set Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 06/19] gst-fluendo-mpegdemux: upgrade to version 0.10.70 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 07/19] telepathy-mission-control: upgrade to version 5.12.0 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 08/19] telepathy-glib: upgrade to version 0.18.1 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 09/19] bluez-hcidump: upgrade to version 2.4 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 10/19] iptables: upgrade to version 1.4.13 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 11/19] distro_tracking_fields: Change for ofono, iptables, etc Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 12/19] glib-2.0: upgrade to 2.32.1 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 13/19] gobject-introspection: upgrade to 1.32.1 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 14/19] libsoup-2.4: upgrade to 2.38.1 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 15/19] ofono: upgrade to 1.6 Saul Wold
2012-04-30 22:21 ` [CONSOLIDATED PULL 16/19] Fix a couple of missing Upstream-Status Saul Wold
2012-04-30 22:21 ` [CONSOLIDATED PULL 17/19] eglibc-package: remove /var Saul Wold
2012-04-30 22:21 ` [CONSOLIDATED PULL 18/19] libgcc: Add MLPREFIX to sanity check skip Saul Wold
2012-05-01 10:48   ` Richard Purdie
2012-04-30 22:21 ` [CONSOLIDATED PULL 19/19] gcc-package-target: add libexec for plugins Saul Wold
2012-05-01 13:17   ` Richard Purdie
2012-05-01 13:26     ` Khem Raj
2012-05-01 15:00       ` 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.1335824356.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.