All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 00/10] [meta-oe] More pending patches from patchwork and few fixes
@ 2012-12-18 16:54 Martin Jansa
  2012-12-18 16:55 ` [meta-oe][PATCH 01/10] geos: fix typo in FILES_${PN}-dev Martin Jansa
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Martin Jansa @ 2012-12-18 16:54 UTC (permalink / raw)
  To: openembedded-devel

bitbake world is still running, but if everything goes well I'll merge this tomorrow

The following changes since commit 4b5d2af979c17c6a2a65a6ea9a4e7f41414c9feb:

  libsdl-mixer: update to upstream version 1.2.12 (2012-12-16 21:11:45 +0100)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib jansa/pull
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull

Andreas Müller (1):
  gvfs-gdu-volume-monitor: avoid double packaging gvfs locale

Ben Deering (1):
  claws-mail: Upgrade from 3.6.1 to 3.9.0

Cliff Brake (1):
  update oe-stylize to be Python3 comaptible

Marcin Juszkiewicz (1):
  florence: move to meta-gnome due to libnotify

Martin Jansa (6):
  geos: fix typo in FILES_${PN}-dev
  krb5: fix path to recipe and upgrade to 1.11
  e-base: bump EFL_SRCREV for E17 release called lucky
  terminology: upgrade to 0.2.0
  azy: rename lemon provided by azy-native to azy_lemon
  evince: disable help build

 contrib/oe-stylize.py                              |  10 +-
 meta-efl/classes/e-base.bbclass                    |   2 +-
 .../conf/distro/include/efl-from-svn-recipes.inc   |   2 +-
 .../{terminology_0.1.0.bb => terminology_0.2.0.bb} |   4 +-
 meta-efl/recipes-efl/e17/terminology_svn.bb        |   2 +-
 meta-efl/recipes-efl/efl/azy_svn.bb                |   6 +-
 meta-gnome/recipes-gnome/evince/evince_2.32.0.bb   |   3 +-
 .../gvfs/gvfs-gdu-volume-monitor_1.8.2.bb          |   3 +-
 .../florence/files/0001-Fix-glib-includes.patch    |   0
 .../recipes-support/florence/florence_0.5.1.bb     |   0
 .../recipes-connectivity/krb5/krb5_1.11.bb         |  24 +-
 meta-oe/recipes-navigation/geos/geos.inc           |   8 +-
 .../claws-mail-3.6.1/claws-mail-g_strcmp0.patch    | 575 ---------------------
 .../claws-mail/claws-mail-3.6.1/desktop.patch      |  19 -
 .../claws-mail-3.6.1/duplicate-header.patch        |  10 -
 .../claws-mail/claws-mail-3.6.1/glib-2.32.patch    |  11 -
 .../{claws-mail_3.6.1.bb => claws-mail_3.9.0.bb}   |  17 +-
 17 files changed, 38 insertions(+), 658 deletions(-)
 rename meta-efl/recipes-efl/e17/{terminology_0.1.0.bb => terminology_0.2.0.bb} (41%)
 rename {meta-oe => meta-gnome}/recipes-support/florence/files/0001-Fix-glib-includes.patch (100%)
 rename {meta-oe => meta-gnome}/recipes-support/florence/florence_0.5.1.bb (100%)
 rename meta/recipes-connectivity/krb5/krb5_1.8.5.bb => meta-oe/recipes-connectivity/krb5/krb5_1.11.bb (48%)
 delete mode 100644 meta-oe/recipes-sato/claws-mail/claws-mail-3.6.1/claws-mail-g_strcmp0.patch
 delete mode 100644 meta-oe/recipes-sato/claws-mail/claws-mail-3.6.1/desktop.patch
 delete mode 100644 meta-oe/recipes-sato/claws-mail/claws-mail-3.6.1/duplicate-header.patch
 delete mode 100644 meta-oe/recipes-sato/claws-mail/claws-mail-3.6.1/glib-2.32.patch
 rename meta-oe/recipes-sato/claws-mail/{claws-mail_3.6.1.bb => claws-mail_3.9.0.bb} (72%)

-- 
1.8.0.2




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

end of thread, other threads:[~2012-12-19 11:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18 16:54 [meta-oe][PATCH 00/10] [meta-oe] More pending patches from patchwork and few fixes Martin Jansa
2012-12-18 16:55 ` [meta-oe][PATCH 01/10] geos: fix typo in FILES_${PN}-dev Martin Jansa
2012-12-18 16:55 ` [meta-oe][PATCH 02/10] florence: move to meta-gnome due to libnotify Martin Jansa
2012-12-18 16:55 ` [meta-oe][PATCH 03/10] krb5: fix path to recipe and upgrade to 1.11 Martin Jansa
2012-12-18 16:55 ` [meta-oe][PATCH 04/10] e-base: bump EFL_SRCREV for E17 release called lucky Martin Jansa
2012-12-18 16:55 ` [meta-oe][PATCH 05/10] terminology: upgrade to 0.2.0 Martin Jansa
2012-12-18 16:55 ` [meta-oe][PATCH 06/10] azy: rename lemon provided by azy-native to azy_lemon Martin Jansa
2012-12-18 16:55 ` [meta-oe][PATCH 07/10] evince: disable help build Martin Jansa
2012-12-18 16:55 ` [meta-oe][PATCH 08/10] gvfs-gdu-volume-monitor: avoid double packaging gvfs locale Martin Jansa
2012-12-18 17:33   ` Andreas Müller
2012-12-18 16:55 ` [meta-oe][PATCH 09/10] update oe-stylize to be Python3 comaptible Martin Jansa
2012-12-18 16:55 ` [meta-oe][PATCH 10/10] claws-mail: Upgrade from 3.6.1 to 3.9.0 Martin Jansa
2012-12-19 11:12 ` [meta-oe][PATCH 00/10] [meta-oe] More pending patches from patchwork and few fixes Martin Jansa

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.