Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Klaus Kurzmann <mok@fluxnetz.de>
Subject: [PATCH][meta-efl 00/16] efl upgrade
Date: Tue,  6 Dec 2011 10:57:05 +0100	[thread overview]
Message-ID: <cover.1323165311.git.Martin.Jansa@gmail.com> (raw)

The following changes since commit 084fc20cd5377827a7f5a16e5f7179b89fd26886:

  testlab: only use basename for license info to avoid diff churn (2011-12-06 08:41:58 +0100)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/efl
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/efl

Klaus Kurzmann (1):
  elsa_svn.bb: disable pam if not in DISTRO_FEATURES

Martin Jansa (14):
  e-base: bump EFL_SRCREV for beta
  edbus: include libeconnman0_7x in edbus-connman, otherwise whole PN
    is renamed and breaks upgrade path
  e-wm: bump PR after edbus-econnman fix
  elsa: add systemd service and add RCONFLICTS/RREPLACES with
    xserver-nodm-init
  e-base: introduce EFL_SRCREV_1.1.0 and bump EFL_SRCREV
  efl-from-svn: update preferred versions
  e.bbclass: remove autopoint, shouldn't be needed anymore
  Revert "elementary: add gettextize patch"
  enjoy: remove SHR override and add autopoint
  eeze: RRECOMMEND eject, build time autodetection is now fixed
  elsa: fix to build with disabled PAM
  libeflvala: try to fix build
  python-elementary: temporary fix to get it build
  eve: add autopoint

pespin (1):
  enjoy: Update gstreamer package names in RDEPENDS

 meta-efl/classes/e-base.bbclass                    |    6 +-
 meta-efl/classes/e.bbclass                         |    4 -
 meta-efl/conf/distro/include/efl-from-svn.inc      |    6 +-
 ...ementary-temporary-fix-for-build-breakage.patch |   49 ++++++
 .../python/python-elementary_svn.bb                |    4 +-
 meta-efl/recipes-efl/e17/e-wm_svn.bb               |    2 +-
 meta-efl/recipes-efl/e17/enjoy_svn.bb              |   19 +-
 meta-efl/recipes-efl/e17/eve_svn.bb                |    6 +-
 meta-efl/recipes-efl/e17/expedite_svn.bb           |    5 +-
 meta-efl/recipes-efl/efl/ecore_svn.bb              |    4 +-
 meta-efl/recipes-efl/efl/edbus.inc                 |    4 +-
 meta-efl/recipes-efl/efl/edbus_svn.bb              |    4 +-
 meta-efl/recipes-efl/efl/edje_svn.bb               |    4 +-
 meta-efl/recipes-efl/efl/eet_svn.bb                |    4 +-
 meta-efl/recipes-efl/efl/eeze.inc                  |    2 +
 meta-efl/recipes-efl/efl/eeze_svn.bb               |    4 +-
 meta-efl/recipes-efl/efl/efreet_svn.bb             |    4 +-
 meta-efl/recipes-efl/efl/eina_svn.bb               |    4 +-
 .../0001-elementary-gettextize-0.18.1.patch        |   76 ---------
 meta-efl/recipes-efl/efl/elementary_svn.bb         |    4 +-
 ...-build-really-without-PAM-support-if-PAM-.patch |  179 ++++++++++++++++++++
 meta-efl/recipes-efl/efl/elsa/xserver-nodm.service |    8 +
 meta-efl/recipes-efl/efl/elsa_svn.bb               |   23 +++-
 meta-efl/recipes-efl/efl/embryo_svn.bb             |    4 +-
 meta-efl/recipes-efl/efl/evas_svn.bb               |    4 +-
 ...a-update-genlist-gengrid-callbacks-s-labe.patch |   97 +++++++++++
 meta-efl/recipes-efl/efl/libeflvala_svn.bb         |    4 +-
 27 files changed, 411 insertions(+), 123 deletions(-)
 create mode 100644 meta-efl/recipes-devtools/python/python-elementary/0001-python-elementary-temporary-fix-for-build-breakage.patch
 delete mode 100644 meta-efl/recipes-efl/efl/elementary/0001-elementary-gettextize-0.18.1.patch
 create mode 100644 meta-efl/recipes-efl/efl/elsa/0001-elsa-fix-to-build-really-without-PAM-support-if-PAM-.patch
 create mode 100644 meta-efl/recipes-efl/efl/elsa/xserver-nodm.service
 create mode 100644 meta-efl/recipes-efl/efl/libeflvala/0001-BINDINS-vala-update-genlist-gengrid-callbacks-s-labe.patch

-- 
1.7.8




             reply	other threads:[~2011-12-06 10:04 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-06  9:57 Martin Jansa [this message]
2011-12-06  9:57 ` [PATCH][meta-efl 01/16] e-base: bump EFL_SRCREV for beta Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 02/16] edbus: include libeconnman0_7x in edbus-connman, otherwise whole PN is renamed and breaks upgrade path Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 03/16] e-wm: bump PR after edbus-econnman fix Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 04/16] elsa: add systemd service and add RCONFLICTS/RREPLACES with xserver-nodm-init Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 05/16] e-base: introduce EFL_SRCREV_1.1.0 and bump EFL_SRCREV Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 06/16] efl-from-svn: update preferred versions Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 07/16] e.bbclass: remove autopoint, shouldn't be needed anymore Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 08/16] Revert "elementary: add gettextize patch" Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 09/16] enjoy: Update gstreamer package names in RDEPENDS Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 10/16] enjoy: remove SHR override and add autopoint Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 11/16] eeze: RRECOMMEND eject, build time autodetection is now fixed Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 12/16] elsa_svn.bb: disable pam if not in DISTRO_FEATURES Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 13/16] elsa: fix to build with disabled PAM Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 14/16] libeflvala: try to fix build Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 15/16] python-elementary: temporary fix to get it build Martin Jansa
2011-12-06  9:57 ` [PATCH][meta-efl 16/16] eve: add autopoint 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.1323165311.git.Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=mok@fluxnetz.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox