All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH][meta-oe][meta-efl 0/7] EFL, gpsd and midori upgrade
Date: Tue, 20 Dec 2011 14:59:03 +0100	[thread overview]
Message-ID: <cover.1324389403.git.Martin.Jansa@gmail.com> (raw)

The following changes since commit 5b1dff8b4f52873060b75813eeba864d64a70083:

  vlc: rework dependencies (2011-12-20 14:15:07 +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

Martin Jansa (7):
  e-base: bump EFL_SRCREV remove EFL_SRCREV_1.* and applied patches
    from libeflvala, elsa and python-elementary
  edje: fix unpackaged multisense modules
  e-base: bump EFL_SRCREV a bit more
  e-tasks: add patch to fix changed callback name
  gpsd: upgrade from 2.95 to 2.96, drop 2 patches applied upstream
  navit: bump PR after gpsd upgrade (.so name change)
  midori: upgrade from 0.4.2 to 0.4.3

 meta-efl/classes/e-base.bbclass                    |    9 +-
 ...ementary-temporary-fix-for-build-breakage.patch |   49 ------
 .../python/python-elementary_svn.bb                |    2 -
 .../e-tasks/0001-fix-changed-callback-name.patch   |   40 +++++
 meta-efl/recipes-efl/e17/e-tasks_svn.bb            |    5 +-
 meta-efl/recipes-efl/e17/expedite_svn.bb           |    2 +-
 meta-efl/recipes-efl/efl/ecore_svn.bb              |    2 +-
 meta-efl/recipes-efl/efl/edbus_svn.bb              |    2 +-
 meta-efl/recipes-efl/efl/edje.inc                  |    6 +-
 meta-efl/recipes-efl/efl/edje_svn.bb               |    2 +-
 meta-efl/recipes-efl/efl/eet_svn.bb                |    2 +-
 meta-efl/recipes-efl/efl/eeze_svn.bb               |    2 +-
 meta-efl/recipes-efl/efl/efreet_svn.bb             |    2 +-
 meta-efl/recipes-efl/efl/eina_svn.bb               |    2 +-
 ...-build-really-without-PAM-support-if-PAM-.patch |  179 --------------------
 meta-efl/recipes-efl/efl/elsa_svn.bb               |    1 -
 meta-efl/recipes-efl/efl/embryo_svn.bb             |    2 +-
 meta-efl/recipes-efl/efl/evas_svn.bb               |    2 +-
 ...a-update-genlist-gengrid-callbacks-s-labe.patch |   97 -----------
 meta-efl/recipes-efl/efl/libeflvala_svn.bb         |    1 -
 .../midori/{midori_0.4.2.bb => midori_0.4.3.bb}    |    9 +-
 .../gpsd/gpsd-2.95/fix-build-with-python2.7.patch  |   15 --
 .../gpsd/gpsd-2.95/libtool.patch                   |   16 --
 .../gpsd/{gpsd-2.95 => gpsd-2.96}/60-gpsd.rules    |    0
 .../gpsd/{gpsd-2.95 => gpsd-2.96}/gpsd             |    0
 .../gpsd/{gpsd-2.95 => gpsd-2.96}/gpsd-default     |    0
 .../gpsd/{gpsd_2.95.bb => gpsd_2.96.bb}            |   10 +-
 meta-oe/recipes-navigation/navit/navit_svn.bb      |    2 +-
 28 files changed, 65 insertions(+), 396 deletions(-)
 delete mode 100644 meta-efl/recipes-devtools/python/python-elementary/0001-python-elementary-temporary-fix-for-build-breakage.patch
 create mode 100644 meta-efl/recipes-efl/e17/e-tasks/0001-fix-changed-callback-name.patch
 delete mode 100644 meta-efl/recipes-efl/efl/elsa/0001-elsa-fix-to-build-really-without-PAM-support-if-PAM-.patch
 delete mode 100644 meta-efl/recipes-efl/efl/libeflvala/0001-BINDINS-vala-update-genlist-gengrid-callbacks-s-labe.patch
 rename meta-oe/recipes-connectivity/midori/{midori_0.4.2.bb => midori_0.4.3.bb} (54%)
 delete mode 100644 meta-oe/recipes-navigation/gpsd/gpsd-2.95/fix-build-with-python2.7.patch
 delete mode 100644 meta-oe/recipes-navigation/gpsd/gpsd-2.95/libtool.patch
 rename meta-oe/recipes-navigation/gpsd/{gpsd-2.95 => gpsd-2.96}/60-gpsd.rules (100%)
 rename meta-oe/recipes-navigation/gpsd/{gpsd-2.95 => gpsd-2.96}/gpsd (100%)
 rename meta-oe/recipes-navigation/gpsd/{gpsd-2.95 => gpsd-2.96}/gpsd-default (100%)
 rename meta-oe/recipes-navigation/gpsd/{gpsd_2.95.bb => gpsd_2.96.bb} (90%)

-- 
1.7.8




             reply	other threads:[~2011-12-20 14:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-20 13:59 Martin Jansa [this message]
2011-12-20 14:01 ` [PATCH][meta-oe][meta-efl 1/7] e-base: bump EFL_SRCREV remove EFL_SRCREV_1.* and applied patches from libeflvala, elsa and python-elementary Martin Jansa
2011-12-20 14:01 ` [PATCH][meta-oe][meta-efl 2/7] edje: fix unpackaged multisense modules Martin Jansa
2011-12-20 14:01 ` [PATCH][meta-oe][meta-efl 3/7] e-base: bump EFL_SRCREV a bit more Martin Jansa
2011-12-20 14:01 ` [PATCH][meta-oe][meta-efl 4/7] e-tasks: add patch to fix changed callback name Martin Jansa
2011-12-20 14:01 ` [PATCH][meta-oe][meta-efl 5/7] gpsd: upgrade from 2.95 to 2.96, drop 2 patches applied upstream Martin Jansa
2011-12-20 14:01 ` [PATCH][meta-oe][meta-efl 6/7] navit: bump PR after gpsd upgrade (.so name change) Martin Jansa
2011-12-20 14:01 ` [PATCH][meta-oe][meta-efl 7/7] midori: upgrade from 0.4.2 to 0.4.3 Martin Jansa

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.1324389403.git.Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.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.