Re: [oe] [PATCH 01/18] qtgraphicaleffects: allow empty package

2013-10-07 Thread Eric Bénard
Le Mon, 07 Oct 2013 20:16:04 -0400, Denys Dmytriyenko a écrit : > And the series misses qtquickcontrols-5.1.0, qtserialport-5.1.0 and > qttools-native-5.1.0 - those require qt5-${PV}.inc which is now renamed and > it > breaks parsing... > I'll rebase the serie, sorry I was on dora branch. Er

Re: [oe] meta-qt5, master, qtwebkit-examples build failure

2013-10-07 Thread Denys Dmytriyenko
On Tue, Oct 08, 2013 at 12:28:06AM -0400, Trevor Woerner wrote: > On 7 October 2013 13:53, Denys Dmytriyenko wrote: > > FYI, besides the obvious ICU requirement, qtwebkit-examples was not actually > > building any examples for me, so I had to bbappend the recipe w/ a tiny > > patch: > > > > http:

[oe] [PATCH] qtwebkit-examples: enable building and packaging of examples by default

2013-10-07 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Note: binaries will go into ${PN}-examples, which is qtwebkit-examples-examples Signed-off-by: Denys Dmytriyenko --- recipes-qt/qt5/qtwebkit-examples.inc | 4 +++ ...amples-enable-building-examples-by-defaul.patch | 29 ++ 2 files chan

Re: [oe] [PATCH 01/18] qtgraphicaleffects: allow empty package

2013-10-07 Thread Denys Dmytriyenko
And one more reply to the same patch... :) This particular fix with ALLOW_EMPTY was discussed in this thread: http://thread.gmane.org/gmane.comp.handhelds.openembedded/59838 So, what was the agreement for the proper fix? -- Denys On Tue, Oct 08, 2013 at 01:32:01AM +0200, Eric Bénard wrote: >

Re: [oe] meta-qt5, master, qtwebkit-examples build failure

2013-10-07 Thread Trevor Woerner
On 7 October 2013 13:53, Denys Dmytriyenko wrote: > FYI, besides the obvious ICU requirement, qtwebkit-examples was not actually > building any examples for me, so I had to bbappend the recipe w/ a tiny patch: > > http://arago-project.org/pipermail/meta-arago/2013-October/002107.html :-) I had

[oe] [meta-qt5][PATCH] qtbase.inc: PACKAGECONFIG[linuxfb] shouldn't depend on nonexistent linuxfb package

2013-10-07 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-qt/qt5/qtbase.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index b2fa645..5d2d598 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtb

Re: [oe] [PATCH 01/18] qtgraphicaleffects: allow empty package

2013-10-07 Thread Denys Dmytriyenko
Ok, after manually fixing those issues I mentioned already (couple 5.0.2 remnants and few 5.1.0 missed packages) the rest seems to work fine. I built most of Qt5 packages for "eglfs" and "linuxfb" platforms (sorry, no X here) and checked few examples: Tested-by: Denys Dmytriyenko On Tue, Oct

Re: [oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Otavio Salvador
On Mon, Oct 7, 2013 at 9:57 PM, Trevor Woerner wrote: > Would the intent here be to replace 5.1.0 with 5.1.1? Or to have both > versions available and let the user choose? I'd prefer drop 5.1.0 and move to 5.1.1 -- Otavio Salvador O.S. Systems http://www.ossystems.co

Re: [oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Denys Dmytriyenko
On Mon, Oct 07, 2013 at 08:57:18PM -0400, Trevor Woerner wrote: > Would the intent here be to replace 5.1.0 with 5.1.1? Or to have both > versions available and let the user choose? 5.1.1 is a minor patch-release in 5.1 series. There's no reason to keep both 5.1.0 and 5.1.1... -- Denys

Re: [oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Trevor Woerner
Would the intent here be to replace 5.1.0 with 5.1.1? Or to have both versions available and let the user choose? ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-dev

Re: [oe] [PATCH 01/18] qtgraphicaleffects: allow empty package

2013-10-07 Thread Denys Dmytriyenko
And the series misses qtquickcontrols-5.1.0, qtserialport-5.1.0 and qttools-native-5.1.0 - those require qt5-${PV}.inc which is now renamed and it breaks parsing... On Tue, Oct 08, 2013 at 01:32:01AM +0200, Eric Bénard wrote: > else populatesdk will fail because qtgraphicaleffects-dev can't > fi

Re: [oe] [PATCH 18/18] qt: use 5.1.1 by default

2013-10-07 Thread Denys Dmytriyenko
On Tue, Oct 08, 2013 at 01:32:18AM +0200, Eric Bénard wrote: > Signed-off-by: Eric Bénard > --- > conf/distro/include/qt5-versions.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/conf/distro/include/qt5-versions.inc > b/conf/distro/include/qt5-versions.inc > ind

[oe] [PATCH 16/18] qtwebkit: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtwebkit_5.1.0.bb | 5 - recipes-qt/qt5/qtwebkit_5.1.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 recipes-qt/qt5/qtwebkit_5.1.0.bb create mode 100644 recipes-qt/qt5/qtwebkit_5.1.1.bb diff --git a/recipes-q

[oe] [PATCH 13/18] qtsystems: doesn't depends on qtjsondb

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtsystems.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtsystems.inc b/recipes-qt/qt5/qtsystems.inc index f7672b1..8b2a770 100644 --- a/recipes-qt/qt5/qtsystems.inc +++ b/recipes-qt/qt5/qtsystems.inc @@ -1,6 +

[oe] [PATCH 18/18] qt: use 5.1.1 by default

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- conf/distro/include/qt5-versions.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/include/qt5-versions.inc b/conf/distro/include/qt5-versions.inc index b9959ac..f43009d 100644 --- a/conf/distro/include/qt5-versions.inc +++ b/c

[oe] [PATCH 11/18] qtscript: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtscript_5.1.0.bb | 5 - recipes-qt/qt5/qtscript_5.1.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 recipes-qt/qt5/qtscript_5.1.0.bb create mode 100644 recipes-qt/qt5/qtscript_5.1.1.bb diff --git a/recipes-q

[oe] [PATCH 12/18] qtsensors: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtsensors_5.1.0.bb | 5 - recipes-qt/qt5/qtsensors_5.1.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 recipes-qt/qt5/qtsensors_5.1.0.bb create mode 100644 recipes-qt/qt5/qtsensors_5.1.1.bb diff --git a/recip

[oe] [PATCH 17/18] qtwebkit-examples: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtwebkit-examples_5.1.0.bb | 5 - recipes-qt/qt5/qtwebkit-examples_5.1.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 recipes-qt/qt5/qtwebkit-examples_5.1.0.bb create mode 100644 recipes-qt/qt5/qtwebkit-examp

[oe] [PATCH 15/18] qtlocation: don't depend on qtjsondb

2013-10-07 Thread Eric Bénard
jsondb is not listed a a dependencies on qtlocation in sync.profile and was removed in more recent versions as qtjsondb is no more maintained Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtlocation.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtlocation

[oe] [PATCH 14/18] qtquick1: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/qt5/{qtquick1_5.1.0.bb => qtquick1_5.1.1.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-qt/qt5/{qtquick1_5.1.0.bb => qtquick1_5.1.1.bb} (100%) diff --git a/recipes-qt/qt5/qtquick1_5.1.0.bb b/recipes-qt/qt5/qtquick1_5.1.1.bb simi

[oe] [PATCH 10/18] qtmultimedia: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtmultimedia_5.1.0.bb | 5 - recipes-qt/qt5/qtmultimedia_5.1.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 recipes-qt/qt5/qtmultimedia_5.1.0.bb create mode 100644 recipes-qt/qt5/qtmultimedia_5.1.1.bb diff -

[oe] [PATCH 04/18] qtjsbackend: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- .../0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch | 0 .../0002-v8.pro-respect-external-host-bindir-when-set.patch | 0 recipes-qt/qt5/qtjsbackend-native_5.1.0.bb | 5 - recipes-qt/qt5/qtjsbackend-native_5.1.

[oe] [PATCH 09/18] qtimageformats: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtimageformats_5.1.0.bb | 5 - recipes-qt/qt5/qtimageformats_5.1.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 recipes-qt/qt5/qtimageformats_5.1.0.bb create mode 100644 recipes-qt/qt5/qtimageformats_5.1.1.bb

[oe] [PATCH 02/18] cinematicexperience: add example

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/examples/cinematicexperience_1.0.bb | 37 ++ 1 file changed, 37 insertions(+) create mode 100644 recipes-qt/examples/cinematicexperience_1.0.bb diff --git a/recipes-qt/examples/cinematicexperience_1.0.bb b/recipes-qt/examples/ci

[oe] [PATCH 01/18] qtgraphicaleffects: allow empty package

2013-10-07 Thread Eric Bénard
else populatesdk will fail because qtgraphicaleffects-dev can't find qtgraphicaleffects Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtgraphicaleffects.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/qt5/qtgraphicaleffects.inc b/recipes-qt/qt5/qtgraphicaleffects.inc index

[oe] [PATCH 05/18] qtsvg: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtsvg_5.1.0.bb | 5 - recipes-qt/qt5/qtsvg_5.1.1.bb | 6 ++ 2 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 recipes-qt/qt5/qtsvg_5.1.0.bb create mode 100644 recipes-qt/qt5/qtsvg_5.1.1.bb diff --git a/recipes-qt/qt5/qtsvg

[oe] [PATCH 08/18] qtgraphicaleffects: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtgraphicaleffects_5.1.0.bb | 5 - recipes-qt/qt5/qtgraphicaleffects_5.1.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 recipes-qt/qt5/qtgraphicaleffects_5.1.0.bb create mode 100644 recipes-qt/qt5/qtgraphical

[oe] [PATCH 06/18] qtxmlpatterns: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- recipes-qt/qt5/qtxmlpatterns_5.1.0.bb | 5 - recipes-qt/qt5/qtxmlpatterns_5.1.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 recipes-qt/qt5/qtxmlpatterns_5.1.0.bb create mode 100644 recipes-qt/qt5/qtxmlpatterns_5.1.1.bb di

[oe] [PATCH 07/18] qtdeclarative: update to 5.1.1

2013-10-07 Thread Eric Bénard
Signed-off-by: Eric Bénard --- .../0001-qmltestexample-fix-link.patch| 0 .../0003-Fix-wrong-calculation-of-viewPort-for-transitions.patch | 0 recipes-qt/qt5/{qtdeclarative_5.1.0.bb => qtdeclarative_5.1.1.bb} | 4 ++-- 3 files changed, 2 insertions(+), 2

[oe] [meta-oe/meta-xfce 4/6] xfce4-weather-plugin: add libsoup-2.4 to DEPENDS

2013-10-07 Thread Andreas Müller
fixes (detected in Martin's) world build: | configure:14617: checking for libsoup-2.4 >= 2.26.0 | configure:14659: result: not found Signed-off-by: Andreas Müller --- meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.8.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/met

[oe] [meta-oe/meta-xfce 6/6] xfce4-icon-theme: add xfce4-dev-tools-native to DEPENDS

2013-10-07 Thread Andreas Müller
fixes (detected in Martin's world build): | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-icon-theme/4.4.3-r0/xfce4-icon-theme-4.4.3/configure: line 4836: syntax error near unexpected token `am' | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglib

[oe] [meta-oe/meta-xfce 5/6] xfwm4: add exo-native to DEPENDS

2013-10-07 Thread Andreas Müller
fixes (detected in Martin's world build): | make[2]: Entering directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfwm4/4.10.1+gitAUTOINC+bce3062d08-r0/git/settings-dialogs' | gdk-pixbuf-csource --raw --build-list \ | monitor_icon_data ./monitor-i

[oe] [meta-oe/meta-xfce 2/6] xfce4-settings: set correct version

2013-10-07 Thread Andreas Müller
fix commit 23f020f742aea622e5dd7aef81eb59c99f8ef000 which introduced wrong version Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settin

[oe] [meta-oe/meta-xfce 1/6] qt-creator: add qt4-plugin-sqldriver-sqlite to RRECOMMENDS_${PN}

2013-10-07 Thread Andreas Müller
fix runtime message 'QSqlDatabase: QSQLITE driver not loaded' Signed-off-by: Andreas Müller --- meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb b/meta-oe/recipes-qt/qt-crea

[oe] [meta-oe/meta-xfce 0/6] minor (world) fixes

2013-10-07 Thread Andreas Müller
The following changes since commit 2a463dddcf76d7fa437e96f6cf0210143e97a904: thunar-volman: Add PACKAGECONFIG for notify (2013-10-05 14:24:05 +0200) are available in the git repository at: git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git patches for you to fetch changes up to

[oe] [meta-oe/meta-xfce 3/6] xfce4-settings: add exo-native to DEPENDS

2013-10-07 Thread Andreas Müller
fixes (found in Martin's world build) | /bin/bash: exo-csource: command not found | make[3]: *** [appearance-dialog_ui.h] Error 127 | make[3]: Leaving directory `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xfce4-settings/4.10.0+gitAUTOINC+b7a0e1fd77-r0/git

Re: [oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Denys Dmytriyenko
On Mon, Oct 07, 2013 at 09:29:50PM +0100, Laszlo Papp wrote: > On Mon, Oct 7, 2013 at 9:23 PM, Denys Dmytriyenko wrote: > > > On Mon, Oct 07, 2013 at 10:15:36PM +0200, Martin Jansa wrote: > > > On Mon, Oct 07, 2013 at 03:49:22PM -0400, Denys Dmytriyenko wrote: > > > > On Mon, Oct 07, 2013 at 08:4

Re: [oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Denys Dmytriyenko
On Mon, Oct 07, 2013 at 10:15:36PM +0200, Martin Jansa wrote: > On Mon, Oct 07, 2013 at 03:49:22PM -0400, Denys Dmytriyenko wrote: > > On Mon, Oct 07, 2013 at 08:43:48PM +0100, Laszlo Papp wrote: > > > On Mon, Oct 7, 2013 at 8:33 PM, Martin Jansa > > > wrote: > > > > > > > On Mon, Oct 07, 2013 a

Re: [oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Martin Jansa
On Mon, Oct 07, 2013 at 03:49:22PM -0400, Denys Dmytriyenko wrote: > On Mon, Oct 07, 2013 at 08:43:48PM +0100, Laszlo Papp wrote: > > On Mon, Oct 7, 2013 at 8:33 PM, Martin Jansa wrote: > > > > > On Mon, Oct 07, 2013 at 08:57:10PM +0200, Eric Bénard wrote: > > > > Le Mon, 07 Oct 2013 14:37:39 -04

[oe] [meta-oe][PATCH] wvstreams: generate wvstreams-valgrind package

2013-10-07 Thread Mario Domenech Goulart
Explicitly set --with-valgrind in EXTRA_OECONF (since it doesn't add up dependencies) and generate the wvstreams-valgrind package. Fixes wvstreams-4.6.1: wvstreams: Files/directories were installed but not shipped /usr/lib/valgrind /usr/lib/valgrind/wvstreams.supp Signed-off-by: Mario

Re: [oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Denys Dmytriyenko
On Mon, Oct 07, 2013 at 08:43:48PM +0100, Laszlo Papp wrote: > On Mon, Oct 7, 2013 at 8:33 PM, Martin Jansa wrote: > > > On Mon, Oct 07, 2013 at 08:57:10PM +0200, Eric Bénard wrote: > > > Le Mon, 07 Oct 2013 14:37:39 -0400, > > > Denys Dmytriyenko a écrit : > > > > > > > On Mon, Oct 07, 2013 at

[oe] OE Changelog since 2013-09-29 until 2013-10-06

2013-10-07 Thread cliff . brake
Changelog since 2013-09-29 until 2013-10-06. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Martin Jansa
On Mon, Oct 07, 2013 at 08:57:10PM +0200, Eric Bénard wrote: > Le Mon, 07 Oct 2013 14:37:39 -0400, > Denys Dmytriyenko a écrit : > > > On Mon, Oct 07, 2013 at 08:29:56PM +0200, Eric Bénard wrote: > > > Hi Denys, > > > > > > Le Mon, 07 Oct 2013 14:01:20 -0400, > > > Denys Dmytriyenko a écrit : >

Re: [oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Eric Bénard
Le Mon, 07 Oct 2013 14:37:39 -0400, Denys Dmytriyenko a écrit : > On Mon, Oct 07, 2013 at 08:29:56PM +0200, Eric Bénard wrote: > > Hi Denys, > > > > Le Mon, 07 Oct 2013 14:01:20 -0400, > > Denys Dmytriyenko a écrit : > > > > > Martin, Otavio, et al, > > > > > > Are you planning on updating Qt

Re: [oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Denys Dmytriyenko
On Mon, Oct 07, 2013 at 08:29:56PM +0200, Eric Bénard wrote: > Hi Denys, > > Le Mon, 07 Oct 2013 14:01:20 -0400, > Denys Dmytriyenko a écrit : > > > Martin, Otavio, et al, > > > > Are you planning on updating Qt version in master to 5.1.1 any time soon, > > preferably before 1.5 release? :) If

Re: [oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Eric Bénard
Hi Denys, Le Mon, 07 Oct 2013 14:01:20 -0400, Denys Dmytriyenko a écrit : > Martin, Otavio, et al, > > Are you planning on updating Qt version in master to 5.1.1 any time soon, > preferably before 1.5 release? :) If nobody looked into that yet, will you be > open to take patches for the same?

Re: [oe] [meta-oe][PATCH 1/2] wvstreams: add recipe for version 4.6.1

2013-10-07 Thread Khem Raj
>> ut of box if possible. > > Good point. I'll submit a new patch to replace --without-valigrind with > --with-valgrind (it doesn't require valgrind as a build dependency). > > Since .supp files are only useful if you have valgrind installed, I > think we should add valgrind to RDEPENDS_${PN}-.

[oe] [meta-qt5] Update to 5.1.1?

2013-10-07 Thread Denys Dmytriyenko
Martin, Otavio, et al, Are you planning on updating Qt version in master to 5.1.1 any time soon, preferably before 1.5 release? :) If nobody looked into that yet, will you be open to take patches for the same? -- Denys ___ Openembedded-devel mailing

Re: [oe] meta-qt5, master, qtwebkit-examples build failure

2013-10-07 Thread Denys Dmytriyenko
On Fri, Oct 04, 2013 at 07:39:34PM +0200, Martin Jansa wrote: > On Fri, Oct 04, 2013 at 12:50:17PM -0400, Trevor Woerner wrote: > > Thanks Martin, > > > > On 4 October 2013 10:14, Martin Jansa wrote: > > > Just lucky guess, do you have ICU enabled in qtbase? > > > > That was a good guess! > > >

[oe] [meta-webserver][PATCH 1/1] xdebug: update to version 2.2.3

2013-10-07 Thread Joe Slater
Version 2.2.1 will not build with modphp 5.5. Signed-off-by: Joe Slater --- .../xdebug/{xdebug_2.2.1.bb => xdebug_2.2.3.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta-webserver/recipes-php/xdebug/{xdebug_2.2.1.bb => xdebug_2.2.3.bb} (85%) diff --git a/meta-we

Re: [oe] [meta-oe][PATCH 1/2] wvstreams: add recipe for version 4.6.1

2013-10-07 Thread Mario Domenech Goulart
Hi Khem On Sun, 6 Oct 2013 22:45:56 -0700 Khem Raj wrote: > On Fri, Oct 4, 2013 at 7:27 AM, Otavio Salvador > wrote: >> On Fri, Oct 4, 2013 at 11:19 AM, Martin Jansa wrote: >>> On Tue, Sep 24, 2013 at 11:42:21AM -0300, Otavio Salvador wrote: On Tue, Sep 24, 2013 at 9:43 AM, Mario Domenec

Re: [oe] [meta-oe][PATCHv2 3/3] opencv: adding PACKAGECONFIG for eigen gtk jpeg libav png tiff v4l

2013-10-07 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 01-10-13 09:44, Lukas Bulwahn schreef: > Signed-off-by: Lukas Bulwahn --- > meta-oe/recipes-support/opencv/opencv_2.4.3.bb | 14 ++ 1 > file changed, 10 insertions(+), 4 deletions(-) > > diff --git a/meta-oe/recipes-support/opencv/op