All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-efl 00/16] efl upgrade
@ 2011-12-06  9:57 Martin Jansa
  2011-12-06  9:57 ` [PATCH][meta-efl 01/16] e-base: bump EFL_SRCREV for beta Martin Jansa
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Martin Jansa @ 2011-12-06  9:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Klaus Kurzmann

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




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

end of thread, other threads:[~2011-12-06 10:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06  9:57 [PATCH][meta-efl 00/16] efl upgrade Martin Jansa
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

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.