All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-efl][meta-oe 00/15] EFL upgrade and few small fixes and additions, version 2
@ 2011-11-01  8:27 Martin Jansa
  2011-11-01  8:27 ` [meta-efl][meta-oe 01/15] midori: fix build with dirty vala Martin Jansa
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Martin Jansa @ 2011-11-01  8:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Klaus Kurzmann

Version 2 has integrated all review points from ML and 3 patches were added
    pull-15505/0013-meta-efl-e-wm-renice-to-2.patch
    pull-15505/0014-recipes-bump-PR-after-python-upgrade.patch
    pull-15505/0015-gpsd-fix-build-with-python2.7-in-sysroot-and-python2.patch
elfe patch was applied upstream, so I've just bumped SRCREV instead of applying it in oe    
    pull-15505/0010-elfe-bump-SRCREV-to-fix-more-deprecated-API-calls.patch

The following changes since commit 5dc3cb849e4d9f84a2788de9dd096f9c1a5386ea:

  wget: drop from meta-oe, it's in oe-core now (2011-10-31 23:14:41 +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

Denis 'GNUtoo' Carikli (3):
  id3lib: import from openembedded classic, version 3.8.3
  liblinebreak: import from openembedded classic, version 1.2
  meta-efl: e-wm: renice to -2

Klaus Kurzmann (1):
  xserver-common_1.34: patch Xserver to add support for gta04

Martin Jansa (11):
  midori: fix build with dirty vala
  navit: upgrade to latest SRCREV and remove navit-icons
  xserver-nodm-init: set USER and HOME
  e-base: bump EFL_SRCREV and refresh patches and elementary version
  task-x11: remove server parts and add VIRTUAL_RUNTIME variables to be
    able to select different -common and init providers
  systemd-serialgetty: use better default SERIAL_CONSOLE
  elfe: bump SRCREV to fix more deprecated API calls
  elsa: add new login manager for Enlightenment
  task-x11-server: import from Angstrom
  recipes: bump PR after python upgrade
  gpsd: fix build with python2.7 in sysroot and python2.6 on host

 meta-efl/classes/e-base.bbclass                    |    2 +-
 .../recipes-devtools/python/python-ecore_svn.bb    |    2 +-
 .../recipes-devtools/python/python-edbus_svn.bb    |    2 +-
 .../recipes-devtools/python/python-edje_svn.bb     |    2 +-
 .../python/python-elementary_svn.bb                |    2 +-
 .../recipes-devtools/python/python-emotion_svn.bb  |    2 +-
 .../recipes-devtools/python/python-evas_svn.bb     |    2 +-
 .../recipes-efl/e17/e-wm/enlightenment_start.oe    |    2 +-
 meta-efl/recipes-efl/e17/e-wm_svn.bb               |    2 +-
 meta-efl/recipes-efl/e17/elfe_svn.bb               |    3 +
 meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch   |   12 -
 .../efl/ecore/fix-ecore-fb-initialization.patch    |   44 ++-
 meta-efl/recipes-efl/efl/ecore_svn.bb              |    1 -
 meta-efl/recipes-efl/efl/elementary_svn.bb         |    3 +-
 meta-efl/recipes-efl/efl/elsa_svn.bb               |   16 +
 meta-gnome/recipes-gnome/gtk+/gtk+3_3.0.11.bb      |    2 +
 .../recipes-connectivity/midori/midori-0.4.1/waf   |  Bin 0 -> 92569 bytes
 .../recipes-connectivity/midori/midori_0.4.1.bb    |    8 +
 .../recipes-core/systemd/systemd-serialgetty.bb    |    4 +-
 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb  |   23 ++
 .../tasks/{task-x11.bb => task-x11_1.0.bb}         |   27 +--
 .../python/python-cheetah_2.4.4.bb                 |    2 +-
 .../python/python-cython_0.15.1.bb                 |    2 +-
 .../python/python-dateutil_1.4.1.bb                |    2 +-
 .../recipes-devtools/python/python-docutils_0.5.bb |    1 +
 .../recipes-devtools/python/python-lxml_2.2.8.bb   |    1 +
 .../recipes-devtools/python/python-numeric_24.2.bb |    2 +-
 .../recipes-devtools/python/python-numpy_1.4.1.bb  |    1 +
 .../recipes-devtools/python/python-pexpect_2.3.bb  |    2 +-
 .../python/python-phoneutils_git.bb                |    2 +-
 .../python/python-pyalsaaudio_0.4.bb               |    2 +-
 .../recipes-devtools/python/python-pyserial_2.4.bb |    2 +-
 .../recipes-devtools/python/python-pyudev_0.11.bb  |    2 +-
 .../recipes-devtools/python/python-pyyaml_svn.bb   |    2 +-
 .../python/python-setuptools_0.6c11.bb             |    2 +-
 .../python/python-sqlalchemy_0.7.1.bb              |    2 +-
 .../recipes-devtools/python/python-tornado_git.bb  |    1 +
 .../python/python-vobject_0.8.1c.bb                |    2 +-
 meta-oe/recipes-graphics/pango/pango.inc           |    2 +-
 .../xserver-common-1.34/Xserver.gta04.patch        |   32 ++
 .../xserver-common/xserver-common_1.34.bb          |    1 +
 .../xserver-nodm-init-2.0/xserver-nodm             |    7 +
 .../xserver-nodm-init/xserver-nodm-init_2.0.bb     |    2 +-
 meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb  |   16 +
 .../gpsd/gpsd-2.95/fix-build-with-python2.7.patch  |   15 +
 meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb       |    3 +
 meta-oe/recipes-navigation/navit/navit-icons/GPL-2 |  339 --------------------
 .../navit/navit-icons/configure.in                 |   70 ----
 .../recipes-navigation/navit/navit-icons_svn.bb    |   32 --
 meta-oe/recipes-navigation/navit/navit.inc         |    7 +-
 meta-oe/recipes-navigation/navit/navit_svn.bb      |    6 +-
 .../liblinebreak/liblinebreak_1.2.bb               |   12 +
 meta-oe/recipes-support/pidgin/pidgin.inc          |    2 +-
 53 files changed, 213 insertions(+), 524 deletions(-)
 delete mode 100644 meta-efl/recipes-efl/efl/ecore/exit_uclibc.patch
 create mode 100644 meta-efl/recipes-efl/efl/elsa_svn.bb
 create mode 100755 meta-oe/recipes-connectivity/midori/midori-0.4.1/waf
 create mode 100644 meta-oe/recipes-core/tasks/task-x11-server_1.0.bb
 rename meta-oe/recipes-core/tasks/{task-x11.bb => task-x11_1.0.bb} (46%)
 create mode 100644 meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.gta04.patch
 create mode 100644 meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
 create mode 100644 meta-oe/recipes-navigation/gpsd/gpsd-2.95/fix-build-with-python2.7.patch
 delete mode 100644 meta-oe/recipes-navigation/navit/navit-icons/GPL-2
 delete mode 100644 meta-oe/recipes-navigation/navit/navit-icons/configure.in
 delete mode 100644 meta-oe/recipes-navigation/navit/navit-icons_svn.bb
 create mode 100644 meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb

-- 
1.7.7.1




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

end of thread, other threads:[~2011-11-01  8:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01  8:27 [meta-efl][meta-oe 00/15] EFL upgrade and few small fixes and additions, version 2 Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 01/15] midori: fix build with dirty vala Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 02/15] xserver-common_1.34: patch Xserver to add support for gta04 Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 03/15] navit: upgrade to latest SRCREV and remove navit-icons Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 04/15] xserver-nodm-init: set USER and HOME Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 05/15] id3lib: import from openembedded classic, version 3.8.3 Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 06/15] liblinebreak: import from openembedded classic, version 1.2 Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 07/15] e-base: bump EFL_SRCREV and refresh patches and elementary version Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 08/15] task-x11: remove server parts and add VIRTUAL_RUNTIME variables to be able to select different -common and init providers Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 09/15] systemd-serialgetty: use better default SERIAL_CONSOLE Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 10/15] elfe: bump SRCREV to fix more deprecated API calls Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 11/15] elsa: add new login manager for Enlightenment Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 12/15] task-x11-server: import from Angstrom Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 13/15] meta-efl: e-wm: renice to -2 Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 14/15] recipes: bump PR after python upgrade Martin Jansa
2011-11-01  8:27 ` [meta-efl][meta-oe 15/15] gpsd: fix build with python2.7 in sysroot and python2.6 on host 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.