All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@googlemail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe++/master 00/11] fixes and updates
Date: Sun, 19 May 2013 12:27:02 +0200	[thread overview]
Message-ID: <1368959233-28288-1-git-send-email-schnitzeltony@googlemail.com> (raw)

The following changes since commit 22100f5b136e1be268055f4da14c39d7a32e9023:

  dmidecode: remove (2013-05-19 09:37:34 +0200)

are available in the git repository at:
  git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git updates-and-fixes

Andreas Müller (11):
      mm-common: update to 0.9.6
      libsigc++-2.0: update to 2.2.11
      glibmm: merge glibmm.inc into recipe - and stylize a bit
      glibmm: update to 2.36.2
      pangomm: update to 2.34.0
      gtkmm: merge gtkmm.inc into recipe - and cleanup a bit
      atkmm: initial add 2.22.7
      gtkmm: update to 2.24.3
      gtkhtml2: fix build with glib 2.36
      evince: fix build with gcc 4.8
      gnome-system-monitor: fix build after gtkmm update

 .../evince/0001-tiff-fix-compile-warning.patch     |   33 +++++++++++++
 meta-gnome/recipes-gnome/evince/evince_2.32.0.bb   |    7 ++-
 ...0002-src-procman.cpp-include-main-gtkmm.h.patch |   49 ++++++++++++++++++++
 .../gnome-system-monitor_2.28.2.bb                 |    7 ++-
 .../recipes-core/glib-2.0/glibmm/glib-2.32.patch   |   10 ----
 meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb     |    9 ----
 .../glib-2.0/{glibmm.inc => glibmm_2.36.2.bb}      |   15 +++---
 ...sigc++-2.0_2.2.9.bb => libsigc++-2.0_2.2.11.bb} |    6 +-
 meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb  |   10 ----
 meta-oe/recipes-core/mm-common/mm-common_0.9.6.bb  |   12 +++++
 meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb          |   19 ++++++++
 meta-oe/recipes-gnome/gtk+/gtkmm_2.20.0.bb         |    7 ---
 .../gtk+/{gtkmm.inc => gtkmm_2.24.3.bb}            |   19 ++------
 ...001-tests-main.c-fix-build-with-glib-2.36.patch |   32 +++++++++++++
 meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb     |    3 +-
 .../pango/{pangomm_2.28.2.bb => pangomm_2.34.0.bb} |    8 +--
 16 files changed, 176 insertions(+), 70 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/evince/evince/0001-tiff-fix-compile-warning.patch
 create mode 100644 meta-gnome/recipes-gnome/gnome-system-monitor/files/0002-src-procman.cpp-include-main-gtkmm.h.patch
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glibmm/glib-2.32.patch
 delete mode 100644 meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb
 rename meta-oe/recipes-core/glib-2.0/{glibmm.inc => glibmm_2.36.2.bb} (75%)
 rename meta-oe/recipes-core/libsigc++-2.0/{libsigc++-2.0_2.2.9.bb => libsigc++-2.0_2.2.11.bb} (70%)
 delete mode 100644 meta-oe/recipes-core/mm-common/mm-common_0.9.5.bb
 create mode 100644 meta-oe/recipes-core/mm-common/mm-common_0.9.6.bb
 create mode 100644 meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb
 delete mode 100644 meta-oe/recipes-gnome/gtk+/gtkmm_2.20.0.bb
 rename meta-oe/recipes-gnome/gtk+/{gtkmm.inc => gtkmm_2.24.3.bb} (53%)
 create mode 100644 meta-oe/recipes-gnome/gtkhtml2/files/0001-tests-main.c-fix-build-with-glib-2.36.patch
 rename meta-oe/recipes-graphics/pango/{pangomm_2.28.2.bb => pangomm_2.34.0.bb} (76%)

-- 
1.7.4.4




             reply	other threads:[~2013-05-19 10:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-19 10:27 Andreas Müller [this message]
2013-05-19 10:27 ` [meta-oe++/master 01/11] mm-common: update to 0.9.6 Andreas Müller
2013-05-19 19:55   ` Khem Raj
2013-05-20  8:43     ` Paul Eggleton
2013-05-19 10:27 ` [meta-oe++/master 02/11] libsigc++-2.0: update to 2.2.11 Andreas Müller
2013-05-19 10:27 ` [meta-oe++/master 03/11] glibmm: merge glibmm.inc into recipe - and stylize a bit Andreas Müller
2013-05-19 19:58   ` Khem Raj
2013-05-21  7:51     ` Andreas Müller
2013-05-21 14:30       ` Khem Raj
2013-05-19 10:27 ` [meta-oe++/master 04/11] glibmm: update to 2.36.2 Andreas Müller
2013-05-19 10:27 ` [meta-oe++/master 05/11] pangomm: update to 2.34.0 Andreas Müller
2013-05-19 10:27 ` [meta-oe++/master 06/11] gtkmm: merge gtkmm.inc into recipe - and cleanup a bit Andreas Müller
2013-05-19 10:27 ` [meta-oe++/master 07/11] atkmm: initial add 2.22.7 Andreas Müller
2013-05-19 10:27 ` [meta-oe++/master 08/11] gtkmm: update to 2.24.3 Andreas Müller
2013-05-19 10:27 ` [meta-oe++/master 09/11] gtkhtml2: fix build with glib 2.36 Andreas Müller
2013-05-19 10:27 ` [meta-oe++/master 10/11] evince: fix build with gcc 4.8 Andreas Müller
2013-05-19 10:27 ` [meta-oe++/master 11/11] gnome-system-monitor: fix build after gtkmm update Andreas Müller

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=1368959233-28288-1-git-send-email-schnitzeltony@googlemail.com \
    --to=schnitzeltony@googlemail.com \
    --cc=openembedded-devel@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.