[oe] [meta-oe][meta-efl][PATCH] e-tasks: Migrate to eldbus

2014-02-22 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../0001-dbus-stuff-Convert-to-eldbus.patch| 204 + meta-efl/recipes-efl/e17/e-tasks_git.bb| 4 +- 2 files changed, 207 insertions(+), 1 deletion(-) create mode 100644 meta-efl/recipes-efl/e17/e-tasks/0001-dbus-stuff-Conv

[oe] [meta-oe][meta-multimedia][PATCH 2/2] vlc: Fix build with flac-1.3.0

2014-02-22 Thread Martin Jansa
* vlc was broken again since flac was upgraded in oe-core: commit 85ac4d82c77e3cab6a5867e4ec110ba07023838b Author: Cristian Iorga Date: Wed Feb 12 18:42:32 2014 +0200 Subject: flac: upgrade to 1.3.0 Signed-off-by: Martin Jansa --- .../vlc/0003-fix-build-with-newer-flac-1.3.0.patch |

[oe] [meta-oe][meta-multimedia][PATCH 1/2] vlc: Add PACKAGECONFIG for jack

2014-02-22 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index f3d8a03..6400719 100644 --- a/meta-multimedia/recipes-multimedi

Re: [oe] State of bitbake world, Failed tasks 2014-02-21

2014-02-22 Thread Martin Jansa
On Fri, Feb 21, 2014 at 05:01:42PM +0100, Martin Jansa wrote: > http://www.openembedded.org/wiki/Bitbake_World_Status > > == Failed tasks 2014-02-21 == > > === common (20) === > * meta-openembedded/meta-efl/recipes-efl/e17/e-tasks_git.bb, do_compile Fixed. > * meta-openembedded/meta-efl

[oe] [PATCH] rage, emprint, news: Move to nonworking

2014-02-22 Thread Martin Jansa
* if you want to use these modules with E18, then you need to update them to git recipes fetching newer sources from http://git.enlightenment.org/enlightenment/modules/news.git/ http://git.enlightenment.org/apps/rage.git/ http://git.enlightenment.org/apps/emprint.git/ Signed-off-by: Martin

[oe] [PATCH] e-tasks: Fix building against old e_dbus

2014-02-22 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta-efl/recipes-efl/e17/e-tasks_git.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-efl/recipes-efl/e17/e-tasks_git.bb b/meta-efl/recipes-efl/e17/e-tasks_git.bb index a445abc..d17e4e7 100644 --- a/meta-efl/recipes-efl/e17/e-tasks

Re: [oe] [PATCH 00/20] EFL 1.8 and friends

2014-02-22 Thread Martin Jansa
On Sat, Feb 01, 2014 at 08:33:56AM +0100, Martin Jansa wrote: > The following changes since commit 6572316557e742c2dc93848e4d560242bf0c3995: > > yaffs2-utils: Fix formatting, drop PR (2014-01-23 10:04:37 +) > > are available in the git repository at: > > git://git.openembedded.org/meta-o

[oe] [meta-qt5][PATCH 2/2] qtbase: Fix PACKAGECONFIG[tests]

2014-02-22 Thread Martin Jansa
* at least in 5.2.1 tests aren't enabled by default: QT_ALL_BUILD_PARTS=" libs tools examples tests " QT_DEFAULT_BUILD_PARTS="libs tools examples" so without -make option they weren't enabled even with tests in PACKAGECONFIG * add options for other build parts just for completeness Signed

[oe] [meta-qt5][PATCH 1/2] qtbase: Move remaining few by default enabled options to PACKAGECONFIG_DEFAULT

2014-02-22 Thread Martin Jansa
* more and more people don't want to redefine whole PACKAGECONFIG variable Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase.inc | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index d8ad4da..6c47730 100644 ---

Re: [oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-22 Thread Andre McCurdy
On Sat, Feb 22, 2014 at 12:25 AM, Martin Jansa wrote: > > I've added comment in qtbase.inc and integrated this to master-next. > Great! Thank-you Martin and Khem. Andre -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org ht

Re: [oe] [meta-qt5][PATCH v2 2/2] qtwebkit-examples: add RDEPENDS for ca-certificates

2014-02-22 Thread Martin Jansa
On Sat, Feb 22, 2014 at 07:39:19AM +0100, Martin Jansa wrote: > On Fri, Feb 21, 2014 at 09:30:07PM -0800, Andre McCurdy wrote: > > If qtbase is configured with openssl support then the > > qtwebkit browser example apps require CA certificates. > > > > Signed-off-by: Andre McCurdy > > --- > > rec

Re: [oe] [meta-qt5][PATCHv2] nativesdk-qtbase: do qmake replacement in ${D} instead of ${B}

2014-02-22 Thread Martin Jansa
On Thu, Feb 20, 2014 at 12:12:11PM -0500, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > * This way we don't mangle ${B} and can repeat do_install if necessary. And > previously it would require running do_compile again to restore the proper > state of ${B}. > * Need to bump PR, since