Re: [oe] [meta-qt5][PATCH] Fix file search paths for nativesdk packages.

2014-02-04 Thread Martin Jansa
On Mon, Feb 03, 2014 at 02:14:14PM -0600, Gabe Johnson wrote: Signed-off-by: Gabe Johnson Is this really needed now when all local patches are in BPN directories? It was needed before when there were patches in BPN-PV and we needed to put them in FILESPATH before the BPN/override version IIRC,

Re: [oe] [PATCH] nodejs 0.8.18: update to 0.10.25

2014-02-05 Thread Martin Jansa
Is that the same problem you had? -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto: openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Wednesday, January 29, 2014 8:42 PM To: openembedded-devel@lists.openembedded.org Cc

[oe] State of bitbake world, Failed tasks 2014-02-08

2014-02-08 Thread Martin Jansa
== Failed tasks 2014-02-08 == === common (17) === * meta-openembedded/meta-efl/recipes-efl/e17/e-tasks_git.bb, do_compile * meta-openembedded/meta-efl/recipes-efl/e17/emprint_svn.bb, do_compile * meta-openembedded/meta-efl/recipes-efl/e17/news_svn.bb, do_compile *

Re: [oe] [PATCH][meta-qt5 2/2] qtwayland: fix qml-compositor shader

2014-02-08 Thread Martin Jansa
On Wed, Feb 05, 2014 at 08:35:12PM +0100, Andreas Müller wrote: running | qmlcompositor -platform eglfs | qmlscene -platform wayland foo.qml causes QOpenGLShader::compile(Fragment): Compile failed. ERROR: 0:6: 'float' : No precision defined for this type ERROR: 0:7: 'vec4' : No

Re: [oe] [PATCH][meta-qt5][jansa/qt5-5.2.0]] qtbase: fix typo in PATH_EXTERNAL_HOST_BINS-patch

2014-02-10 Thread Martin Jansa
Ah sorry, it wasn't included in stable branch of meta-qt5/qtbase which I used to rebase for 5.2.1, I've seen your patch already, I'll integrate it in next few days. On Mon, Feb 10, 2014 at 12:47 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Thu, Jan 9, 2014 at 5:48 PM, Andreas

Re: [oe] [meta-qt5] Query regarding building meta-qt5 using yocto

2014-02-12 Thread Martin Jansa
On Tue, Feb 11, 2014 at 10:03:43PM -0500, abdul razak wrote: Hi Martin, Sorry to disturb you this way, but I am new to yocto and stuck with this issue with meta-qt5. Please use openembedded-devel@lists.openembedded.org for questions like this. I am trying to build QT5 using yocto for

[oe] State of bitbake world, Failed tasks 2014-02-13

2014-02-12 Thread Martin Jansa
Biggest difference from last update is inclusion of eglibc_2.19 and qt5 upgraded to 5.2.1. http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-02-13 == === common (15) === * meta-openembedded/meta-efl/recipes-efl/e17/e-tasks_git.bb, do_compile *

[oe] spitz linux-yocto 3.10 fails to patch

2014-02-16 Thread Martin Jansa
Hi, is this known issue? ERROR: Function failed: do_patch (log file is located at /OE/build/shr-core/tmp-eglibc/work/spitz-oe-linux-gnueabi/linux-yocto/3.10.28+gitAUTOINC+8f8af5a3b1_3e0a296fae-r0/temp/log.do_patch.25528) ERROR: Logfile of failure stored in:

[oe] [meta-browser][PATCH] nspr: Rename .bbappend to match new version from oe-core

2014-02-17 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-support/nspr/{nspr_4.10.2.bbappend = nspr_4.10.3.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-support/nspr/{nspr_4.10.2.bbappend = nspr_4.10.3.bbappend} (100%) diff --git a/recipes-support/nspr

Re: [oe] [meta-qt5] why does Qt5 build with ARM_INSTRUCTION_SET = arm

2014-02-17 Thread Martin Jansa
On Mon, Feb 17, 2014 at 04:46:23PM -0500, Denys Dmytriyenko wrote: On Mon, Feb 17, 2014 at 02:27:51PM -0700, Nicolas Dechesne wrote: hi, does anybody know why in Qt5/qtbase.inc, we have: ARM_INSTRUCTION_SET = arm Could it be an a low hanging fruit from the past? e.g. before

Re: [oe] [meta-qt5] why does Qt5 build with ARM_INSTRUCTION_SET = arm

2014-02-17 Thread Martin Jansa
On Mon, Feb 17, 2014 at 09:33:10PM -0800, Andre McCurdy wrote: On Mon, Feb 17, 2014 at 3:03 PM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Feb 17, 2014 at 04:46:23PM -0500, Denys Dmytriyenko wrote: On Mon, Feb 17, 2014 at 02:27:51PM -0700, Nicolas Dechesne wrote: hi, does

[oe] [meta-qt5][PATCH] qtbase: add PACKAGECONFIG for mtdev

2014-02-18 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-qt/qt5/qtbase.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 4c1c6dd..116c86f 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc @@ -101,6 +101,7

Re: [oe] libao build fails on dora and master

2014-02-18 Thread Martin Jansa
On Tue, Feb 18, 2014 at 08:29:31AM -0300, Diego Sueiro wrote: Folks, libao compiling is failing because of a dependency on esound. Adding EXTRA_OECONF += --disable-esd to recipe fix the issue. Please add PACKAGECONFIG for esound and send such patch, thanks. Should I have to send a patch?

Re: [oe] libao build fails on dora and master

2014-02-18 Thread Martin Jansa
On Tue, Feb 18, 2014 at 09:17:58AM -0300, Diego Sueiro wrote: Hi Martin, On Tue, Feb 18, 2014 at 8:48 AM, Martin Jansa martin.ja...@gmail.comwrote: libao compiling is failing because of a dependency on esound. Adding EXTRA_OECONF += --disable-esd to recipe fix the issue. Please add

Re: [oe] libao build fails on dora and master

2014-02-18 Thread Martin Jansa
On Tue, Feb 18, 2014 at 09:43:35AM -0300, Diego Sueiro wrote: On Tue, Feb 18, 2014 at 9:31 AM, Martin Jansa martin.ja...@gmail.comwrote: libao compiling is failing because of a dependency on esound. Adding EXTRA_OECONF += --disable-esd to recipe fix the issue. Please add

Re: [oe] [meta-qt5] qmake5_base.bbclass question

2014-02-18 Thread Martin Jansa
On Tue, Feb 18, 2014 at 01:05:10PM +, Michael Burgett -X (burgetm - CLEARPATH WORKFORCE MANAGEMENT INC at Cisco) wrote: Hello Martin, Hello Michael, I'm working on incorporating the meta-qt5 layer in a yocto tree here at Cisco, and have run into an issue. Being new to Yocto and Qt, I

[oe] [meta-qt5][PATCH] qtbase-native: explicitly disable icu

2014-02-18 Thread Martin Jansa
* Jonathan Liu reported that qtbase-native was failing to build for him and it looks like qtbase-native was trying to link against icu from his host (instead of icu-native because it isn't in DEPENDS) Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-qt/qt5/qtbase-native.inc | 1

Re: [oe] [PATCH] bash-completion: fix 'files already exist' WARNING message

2014-02-19 Thread Martin Jansa
On Wed, Feb 19, 2014 at 10:29:32AM +, Matthieu CRAPET wrote: Oops forgot Signed-off line, should I repost it ? I'll add it for you. -Message d'origine- De : openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] De la part

Re: [oe] [meta-qt5][PATCH] qmake5_base.bbclass: Use Qt version specific paths

2014-02-20 Thread Martin Jansa
On Wed, Feb 19, 2014 at 12:22:36AM -0300, Otavio Salvador wrote: When looking for Qt5 components and files we ought to use the Qt5 specific path. In case the distribution wants to have a flat tree it can set QT_DIR_NAME and it will still works as expected. NAK I don't think this is good idea,

Re: [oe] [meta-qt5][PATCH] qmake5_base.bbclass: Use Qt version specific paths

2014-02-20 Thread Martin Jansa
On Thu, Feb 20, 2014 at 09:22:03AM -0300, Otavio Salvador wrote: Martin, On Thu, Feb 20, 2014 at 9:18 AM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Feb 19, 2014 at 12:22:36AM -0300, Otavio Salvador wrote: When looking for Qt5 components and files we ought to use the Qt5 specific

Re: [oe] python-netifaces in oe?

2014-02-20 Thread Martin Jansa
On Thu, Feb 20, 2014 at 03:35:19PM +0100, Tobias Blom wrote: Hi Martin, Hi Tobias, I’m working with a yocto-project and needed a python module (netifaces). I now have a recipe for this, and I just wonder if it’s of any interest push this upstream? Better to ask in

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

2014-02-21 Thread Martin Jansa
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 * meta-openembedded/meta-efl/recipes-efl/e17/emprint_svn.bb, do_compile *

Re: [oe] [meta-qt5][PATCH 1/4] qmake5_base.bbclass: Use Qt version path for headers

2014-02-21 Thread Martin Jansa
On Fri, Feb 21, 2014 at 04:12:07PM -0500, Denys Dmytriyenko wrote: On Fri, Feb 21, 2014 at 05:41:01PM -0300, Otavio Salvador wrote: When looking for Qt5 headers we ought to use the Qt5 specific path. In case the distribution wants to have a flat tree it can set QT_DIR_NAME and it will still

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

2014-02-21 Thread Martin Jansa
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 armccu...@gmail.com --- recipes-qt/qt5/qt5.inc | 2 ++

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 de...@ti.com * 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

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 armccu...@gmail.com

[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 martin.ja...@gmail.com --- 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

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

2014-02-22 Thread Martin Jansa
-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-qt/qt5/qtbase.inc | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 6c47730..378f229 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc

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

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

2014-02-22 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- 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

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

2014-02-22 Thread Martin Jansa
-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/e17/emprint_svn.bb | 12 meta-efl/recipes-efl/e17/news_svn.bb| 12 meta-efl/recipes-efl/e17/rage_svn.bb| 13 - 3 files changed, 37 deletions(-) delete mode 100644 meta-efl/recipes-efl/e17

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] [meta-oe][meta-multimedia][PATCH 1/2] vlc: Add PACKAGECONFIG for jack

2014-02-22 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- 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

[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 cristian.io...@intel.com Date: Wed Feb 12 18:42:32 2014 +0200 Subject: flac: upgrade to 1.3.0 Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../vlc

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

2014-02-22 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../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

[oe] [meta-oe][meta-efl][PATCH 2/2] xf86-video-geode: Move to nonworking

2014-02-23 Thread Martin Jansa
* according to http://www.openembedded.org/wiki/Bitbake_World_Status it's broken at least since 2013-10-30 and nobody seems to care Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-driver/{ = nonworking}/xf86-video-geode_2.11.14.bb | 0 1 file changed, 0 insertions

[oe] [meta-oe][meta-efl][PATCH] ode: Move to nonworking

2014-02-23 Thread Martin Jansa
* according to http://www.openembedded.org/wiki/Bitbake_World_Status it's broken at least since 2013-10-30 and nobody seems to care Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../nonworking/ode/ode/install.patch | 23 + meta-oe/recipes-support

Re: [oe] [meta-oe][meta-efl][PATCH] ode: Move to nonworking

2014-02-24 Thread Martin Jansa
On Sun, Feb 23, 2014 at 11:21:53PM +0100, Martin Jansa wrote: * according to http://www.openembedded.org/wiki/Bitbake_World_Status it's broken at least since 2013-10-30 and nobody seems to care mokomaze depends on ode, so I'll try to fix this one instead. Signed-off-by: Martin Jansa

Re: [oe] [meta-openembedded][PATCH] libao: Add PACKAGECONFIG for esound support

2014-02-24 Thread Martin Jansa
On Mon, Feb 24, 2014 at 07:32:07AM -0300, Diego Sueiro wrote: On Tue, Feb 18, 2014 at 11:28 AM, Diego Sueiro diego.sue...@gmail.comwrote: Ross, On Tue, Feb 18, 2014 at 11:10 AM, Burton, Ross ross.bur...@intel.comwrote: +PACKAGECONFIG ?= Shouldn't that be ??= ? I've just

Re: [oe] [meta-oe][PATCH] vim: add (custom) license file

2014-02-24 Thread Martin Jansa
On Mon, Feb 24, 2014 at 11:49:40AM +0100, Matthieu Crapet wrote: This is will delete this message: WARNING: vim: No generic license file exists for: vim in any provider couple of lines seem to be wrapped by your e-mail client, can you resend it? Signed-off-by: Matthieu Crapet

Re: [oe] python-netifaces in oe?

2014-02-24 Thread Martin Jansa
On Mon, Feb 24, 2014 at 12:19:07PM +, Paul Eggleton wrote: On Sunday 23 February 2014 22:26:34 Khem Raj wrote: On Feb 23, 2014, at 10:23 PM, Lukas Bulwahn lukas.bulw...@oss.bmw-carit.de wrote: We provide a recipe for python-netifaces in the meta-ros layer as well. In fact, a quick

Re: [oe] [meta-oe][PATCH] vim: add (custom) license file

2014-02-24 Thread Martin Jansa
On Mon, Feb 24, 2014 at 01:34:10PM +, Matthieu CRAPET wrote: couple of lines seem to be wrapped by your e-mail client, can you resend it? Microsoft ESMTP mail server reformats the mail (generated by git send-email). It also adds (randomly) company footer signature. I reported this to

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

2014-02-24 Thread Martin Jansa
On Mon, Feb 24, 2014 at 12:18:48PM -0300, Otavio Salvador wrote: Hello Martin, On Sat, Feb 22, 2014 at 5:05 AM, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Feb 20, 2014 at 12:12:11PM -0500, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com * This way we don't mangle

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

2014-02-24 Thread Martin Jansa
On Mon, Feb 24, 2014 at 07:06:29PM +0100, Nicolas Dechesne wrote: On Sat, Feb 22, 2014 at 9:25 AM, Martin Jansa martin.ja...@gmail.com wrote: Please ignore my comment, I haven't noticed that you've added PACKAGECONFIG_OPENSSL to qt5.inc and it's actually from qtbase's PACKAGECONFIG

Re: [oe] [meta-multimedia][PATCH 2/3] live555: update to 2013.04.30

2014-02-25 Thread Martin Jansa
On Tue, Feb 25, 2014 at 08:32:54AM -0800, Tim Orling wrote: From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- meta-oe/recipes-multimedia/live555/live555_20130430.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644

Re: [oe] [meta-multimedia][PATCH 1/3] libdvdcss: update to 1.2.13

2014-02-25 Thread Martin Jansa
On Tue, Feb 25, 2014 at 08:32:53AM -0800, Tim Orling wrote: From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- meta-multimedia/recipes-multimedia/vlc/libdvdcss_1.2.13.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644

Re: [oe] [meta-multimedia][PATCH 3/3] vlc: update to 2.1.2

2014-02-25 Thread Martin Jansa
On Tue, Feb 25, 2014 at 08:32:55AM -0800, Tim Orling wrote: From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- .../vlc/files/0001-enable-subdir-objects.patch| 13 + .../files/0002-glibc-does-not-provide-strlcpy.patch | 17

Re: [oe] [PATCH][meta-qt5][jansa/qt5-5.2.1] qtbase.inc: set virtual/mesa and virtual/egl as dependency in PACKAGECONFIG[kms]

2014-02-25 Thread Martin Jansa
On Tue, Feb 25, 2014 at 06:16:54PM +0100, Andreas Müller wrote: * there is no kms around * mesa is the default implementation for (lib)gbm (see config.tests/qpa/kms) * in configure we find: | if [ $CFG_KMS = yes ]; then | if [ $CFG_EGL = no ]; then | echo The KMS plugin

Re: [oe] [meta-qt5][PATCH] qtwebkit: accept gstreamer 0.10 as an option

2014-02-26 Thread Martin Jansa
On Wed, Feb 26, 2014 at 09:25:51PM +0100, Andreas Oberritter wrote: There's no configuration knob, though. QtWebKit will prefer gstreamer 1.0 if available. Can you please add configuration knob first? The problem is that without the knob it will be undeterministic, with gstreamer010 in

Re: [oe] [PATCH 1/1] traceroute: rename alternatives name

2014-02-26 Thread Martin Jansa
On Tue, Feb 25, 2014 at 02:14:30PM +0800, Hongxu Jia wrote: Rename traceroute's alternatives name from 'traceroute6' to 'traceroute'. Please use [meta-networking] tag in subject so it's easier to filter them on patchwork to separate bundles. The 'traceroute6' is equivalent to 'traceroute -6'

Re: [oe] [PATCH 1/1] strongswan: fix building lib32-strongswan failed while systemd enabled

2014-02-26 Thread Martin Jansa
On Tue, Feb 25, 2014 at 06:54:16PM +0800, Hongxu Jia wrote: While systemd enabled, there was an error to build lib32-strongswan: ... | ERROR: Function failed: SYSTEMD_SERVICE_lib32-strongswan value lib32-strongswan.service does not exist ... Please use [meta-networking] tag in subject so

[oe] [meta-oe][PATCH 1/2] ode: Explicitly disable double-precision with PACKAGECONFIG

2014-02-26 Thread Martin Jansa
* when it's left for autodetection, configure fails for qemux86* when == and configure calls AC_TRY_RUN Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/ode/ode_0.9.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/ode/ode_0.9.bb

Re: [oe] [meta-oe][PATCH 2/2] ode: upgrade to 0.13

2014-02-27 Thread Martin Jansa
On Wed, Feb 26, 2014 at 04:07:01PM -0800, Khem Raj wrote: On Wed, Feb 26, 2014 at 3:15 PM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/ode/ode_0.13.bb | 27 +++ meta-oe/recipes-support

Re: [oe] [meta-oe][PATCH 2/2] ode: upgrade to 0.13

2014-02-27 Thread Martin Jansa
On Wed, Feb 26, 2014 at 04:07:01PM -0800, Khem Raj wrote: On Wed, Feb 26, 2014 at 3:15 PM, Martin Jansa martin.ja...@gmail.com wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/ode/ode_0.13.bb | 27 +++ meta-oe/recipes-support

Re: [oe] [meta-oe][PATCH 1/2] ode: Explicitly disable double-precision with PACKAGECONFIG

2014-02-27 Thread Martin Jansa
On Thu, Feb 27, 2014 at 12:15:00AM +0100, Martin Jansa wrote: * when it's left for autodetection, configure fails for qemux86* when == and configure calls AC_TRY_RUN Missing $build_os == $target_os added in master-next branch. Signed-off-by: Martin Jansa martin.ja...@gmail.com

Re: [oe] [meta-multimedia][PATCH] libmusicbrainz: workaround for build-native/do_configure

2014-02-27 Thread Martin Jansa
On Wed, Feb 26, 2014 at 11:14:31PM -0800, Tim Orling wrote: From: Tim Orling ticot...@gmail.com * drop PR * default cmake_do_configure deletes build/ which wipes out build-native * workaround to stash build-native first * uglyhack/ugly I've just noticed libmusicbraniz failing like this:

Re: [oe] [meta-oe][meta-efl][PATCH 2/2] xf86-video-geode: Move to nonworking

2014-02-27 Thread Martin Jansa
On Sun, Feb 23, 2014 at 11:22:20PM +0100, Martin Jansa wrote: * according to http://www.openembedded.org/wiki/Bitbake_World_Status it's broken at least since 2013-10-30 and nobody seems to care Otavio: ping? There is also that freerdp and libinih issue you said you'll look into, any update

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

2014-02-27 Thread Martin Jansa
On Thu, Feb 27, 2014 at 05:35:54PM +0100, Nicolas Dechesne wrote: From: Andre McCurdy armccu...@gmail.com If qtbase is configured with openssl support then the qtwebkit browser example apps require CA certificates. Signed-off-by: Andre McCurdy armccu...@gmail.com Signed-off-by: Nicolas

Re: [oe] [meta-qt5][PATCH] qtwebkit: accept gstreamer 0.10 as an option

2014-02-27 Thread Martin Jansa
On Fri, Feb 28, 2014 at 01:59:04AM +0100, Andreas Oberritter wrote: On 26.02.2014 22:05, Martin Jansa wrote: On Wed, Feb 26, 2014 at 09:25:51PM +0100, Andreas Oberritter wrote: There's no configuration knob, though. QtWebKit will prefer gstreamer 1.0 if available. Can you please add

Re: [oe] [meta-oe][PATCH] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Martin Jansa
On Fri, Feb 28, 2014 at 02:04:30PM +0100, Matthieu Crapet wrote: There are now 3 packageconfig variables: gif, png, tiff. Changes: - fix missing $ for STAGING_INCDIR (jpeg version detection) - use TABS for (shell) indentation Please don't. meta-oe layers are using consistent indentation

Re: [oe] [meta-oe][PATCH v2] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Martin Jansa
On Fri, Feb 28, 2014 at 02:41:40PM +0100, Matthieu Crapet wrote: There are now 3 packageconfig variables: gif, png, tiff. Changes: - fix missing $ for STAGING_INCDIR (jpeg version detection) - add DESCRIPTION - no more QA warnings Use this to reveal: sed -i -e '/^verbose/s/no/yes/'

Re: [oe] [meta-oe][PATCH v2] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Martin Jansa
On Fri, Feb 28, 2014 at 02:21:58PM +, Matthieu CRAPET wrote: Thanks Martin for your great help! Concerning shell function tabs, maybe a line may be added in wiki: http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core Updated there and in

Re: [oe] [meta-oe][PATCH v2] fbida 2.09: cleanups and use PACKAGECONFIG

2014-02-28 Thread Martin Jansa
On Fri, Feb 28, 2014 at 03:43:56PM +, Paul Eggleton wrote: On Friday 28 February 2014 15:45:32 Martin Jansa wrote: On Fri, Feb 28, 2014 at 02:21:58PM +, Matthieu CRAPET wrote: Thanks Martin for your great help! Concerning shell function tabs, maybe a line may be added in wiki

[oe] [meta-systemd][PATCH 1/2] openssh: Rename .bbappend to match new version from oe-core

2014-03-03 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../openssh/{openssh_6.4p1.bbappend = openssh_6.5p1.bbappend}| 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-systemd/oe-core/recipes-connectivity/openssh/{openssh_6.4p1.bbappend = openssh_6.5p1.bbappend} (100

[oe] [meta-systemd][PATCH 2/2] wpa-supplicant: Rename .bbappend to match new version from oe-core

2014-03-03 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../{wpa-supplicant_2.0.bbappend = wpa-supplicant_2.1.bbappend}| 2 -- 1 file changed, 2 deletions(-) rename meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/{wpa-supplicant_2.0.bbappend = wpa-supplicant_2.1.bbappend} (77

[oe] [meta-systemd][PATCHv2 2/2] wpa-supplicant: Rename .bbappend to match new version from oe-core

2014-03-03 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend| 3 +++ .../recipes-connectivity/wpa-supplicant/wpa-supplicant_2.0.bbappend | 5 - 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 meta-systemd

Re: [oe] [meta-qt5][PATCH v2] qtbase: prevent artifacts on raster windows using eglfs plugin

2014-03-04 Thread Martin Jansa
/0001-Add-linux-oe-g-platform.patch +++ b/recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch @@ -1,7 +1,7 @@ From f883ec8652ee603d9bb9def7eb669ed82c493961 Mon Sep 17 00:00:00 2001 From: Martin Jansa martin.ja...@gmail.com Date: Mon, 15 Apr 2013 04:29:32 +0200 -Subject: [PATCH 01

Re: [oe] [meta-oe][PATCH] mongodb: add git version

2014-03-04 Thread Martin Jansa
On Tue, Feb 04, 2014 at 01:52:50PM +0100, Koen Kooi wrote: This builds the server and the sharding helper, but not the CLI. The CLI will need a libv8 recipe since fixing the built-in copy to cross build is too much work. Signed-off-by: Koen Kooi koen.k...@linaro.org ---

[oe] [meta-handheld][PATCH] recipes: remove PRINCs

2014-03-05 Thread Martin Jansa
* patch with corresponding PR bumps was sent to oe-core Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-bsp/formfactor/formfactor_0.0.bbappend | 2 -- recipes-bsp/keymaps/keymaps_1.0.bbappend | 2 -- 2 files changed, 4 deletions(-) diff --git a/recipes-bsp/formfactor

[oe] [meta-oe][PATCH] recipes: bump PRs and remove PRINCs

2014-03-05 Thread Martin Jansa
in the recipe meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb (or one of its .bbappends) WARNING: Use of PRINC 7 was detected in the recipe openembedded-core/meta/recipes-core/udev/udev-extraconf_1.0.bb (or one of its .bbappends) Signed-off-by: Martin Jansa martin.ja...@gmail.com

Re: [oe] [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2

2014-03-05 Thread Martin Jansa
On Wed, Mar 05, 2014 at 03:49:13PM +, Alex J Lennon wrote: daq-2.0.1.tar.gz is missing from SRC_URI location. Presumably replaced with 2.02. Sorry I haven't noticed it when replying on oe-core version, but can you please remove 2.0.1 version in the same patch and sent with -M? Do you know

[oe] [meta-oe][PATCH] networkmanager: make it compatible with systemd-209

2014-03-05 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- ...c-Check-only-for-libsystemd-not-libsystem.patch | 30 ++ .../networkmanager/networkmanager_0.9.8.0.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644 meta-oe/recipes-connectivity/networkmanager

Re: [oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-03-05 Thread Martin Jansa
On Tue, Feb 25, 2014 at 09:39:57PM -0800, Tim Orling wrote: From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- .../vlc/files/0001-enable-subdir-objects.patch| 13 + .../files/0002-glibc-does-not-provide-strlcpy.patch | 17

Re: [oe] [meta-oe][PATCH v2] xterm: split out resize into a separate package

2014-03-05 Thread Martin Jansa
On Thu, Feb 27, 2014 at 02:18:22PM +1100, Jonathan Liu wrote: The resize program is useful on its own without xterm. For example, it may be used to resize a serial console. Signed-off-by: Jonathan Liu net...@gmail.com --- meta-oe/recipes-graphics/xorg-app/xterm_293.bb | 11 ++- 1

Re: [oe] [PATCH] musicbrainz: Build with B=S

2014-03-05 Thread Martin Jansa
On Sat, Mar 01, 2014 at 06:54:47PM +0100, mike.looijm...@topic.nl wrote: From: Mike Looijmans milo-softw...@users.sourceforge.net This recipe doesn't work when B!=S, so force B=$S to fix the failure. Signed-off-by: Mike Looijmans milo-softw...@users.sourceforge.net What's the relation of

Re: [oe] [meta-qt5][dora][PATCH] Fix Project ERROR: Module v8 has no public API. make[1]:

2014-03-05 Thread Martin Jansa
On Tue, Mar 04, 2014 at 05:54:28PM +0200, Florin Sarbu wrote: From: florin.sarbu florin.sa...@windriver.com Cherry-pick 7327781083aea593b4911b6da7105e4984e28c68 from meta-qt5/master Your version is breaking recipes-qt/qt5/qtwayland_git.bb recipe I guess. Cherry-picked from:

Re: [oe] [PATCH][meta-qt5][jansa/qt5-5.2.1] qtbase.inc: set virtual/mesa and virtual/egl as dependency in PACKAGECONFIG[kms]

2014-03-06 Thread Martin Jansa
It's already in master-next, will be merged soon, sorry for delay. On Thu, Mar 6, 2014 at 3:00 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Tue, Feb 25, 2014 at 8:06 PM, Andreas Müller schnitzelt...@googlemail.com wrote: On Tue, Feb 25, 2014 at 6:27 PM, Martin Jansa martin.ja

[oe] [meta-efl][WIP][PATCH 0/6] EFL upgrade to 1.9*

2014-03-06 Thread Martin Jansa
:40:03 +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 Martin Jansa (6): efl: upgrade to 1.9.0 webkit-efl: upgrade to new snapshot r164189 e-wm

[oe] [meta-efl][WIP][PATCH 2/6] webkit-efl: upgrade to new snapshot r164189

2014-03-06 Thread Martin Jansa
* update webkit-efl_svn to point to the same source and old isn't compatible with new efl http://sourceforge.net/p/enlightenment/mailman/message/32002633/ * restrict for armv7a, because upstream dropped support Signed-off-by: Martin Jansa martin.ja...@gmail.com --- ...bkit-efl_2.3.2

[oe] [meta-efl][WIP][PATCH 4/6] e-tasks: Migrate to eldbus

2014-03-06 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../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

[oe] [meta-efl][WIP][PATCH 6/6] eve: restrict for armv7a, because upstream dropped support in webkit-efl

2014-03-06 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/e17/eve_svn.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb index 3cc68cb..5845c2d 100644 --- a/meta-efl/recipes-efl/e17/eve_svn.bb

[oe] [meta-efl][WIP][PATCH 1/6] efl: upgrade to 1.9.0

2014-03-06 Thread Martin Jansa
-2014 Carsten Haitzler and various contributors (see AUTHORS) Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-efl/efl/efl.inc | 18 +-- .../recipes-efl/efl/{efl_1.8.5.bb = efl_1.9.0.bb} | 6 +-- meta-efl/recipes-efl/efl/elementary.inc| 2

[oe] [meta-efl][WIP][PATCH 3/6] e-wm: upgrade to 0.18.4 and drop old 0.17.5

2014-03-06 Thread Martin Jansa
* fix building e17 modules with elementary-1.9 * remove 0.17 version, because that one isn't going to be tested enough Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../0001-remove-another-elm-1.8-requirement.patch | 25 + meta-efl/recipes-efl/e17/e-wm_0.17.5.bb

[oe] [meta-efl][WIP][PATCH 5/6] python-efl: upgrade to 1.9.0

2014-03-06 Thread Martin Jansa
* announcement: http://sourceforge.net/p/enlightenment/mailman/message/32066075/ Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-efl/recipes-devtools/python/python-efl.inc | 2 +- meta-efl/recipes-devtools/python/python-efl_1.8.1.bb | 4 meta-efl/recipes-devtools/python

[oe] [meta-oe][PATCH] bash-completion: remove allarch

2014-03-06 Thread Martin Jansa
* it has runtime dependency on TUNE_PKGARCH bash, so it cannot be allarch Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-support/bash-completion/bash-completion_2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/bash

Re: [oe] [meta-oe] [PATCH 1/1] daq: Update from 2.0.1 to 2.0.2

2014-03-06 Thread Martin Jansa
On Wed, Mar 05, 2014 at 08:30:27PM +0100, Martin Jansa wrote: On Wed, Mar 05, 2014 at 05:39:53PM +, Alex J Lennon wrote: On 05/03/2014 17:20, Martin Jansa wrote: On Wed, Mar 05, 2014 at 03:49:13PM +, Alex J Lennon wrote: daq-2.0.1.tar.gz is missing from SRC_URI location

Re: [oe] [meta-oe][PATCH] bash-completion: remove allarch

2014-03-06 Thread Martin Jansa
On Thu, Mar 06, 2014 at 05:59:29PM +, Paul Eggleton wrote: On Thursday 06 March 2014 18:04:50 Martin Jansa wrote: * it has runtime dependency on TUNE_PKGARCH bash, so it cannot be allarch As we've already discussed this is not universally true. There are other ways to solve this. Like

Re: [oe] [meta-oe][PATCH] bash-completion: remove allarch

2014-03-07 Thread Martin Jansa
On Fri, Mar 07, 2014 at 10:09:00AM +, Paul Eggleton wrote: On Thursday 06 March 2014 20:21:22 Martin Jansa wrote: On Thu, Mar 06, 2014 at 05:59:29PM +, Paul Eggleton wrote: On Thursday 06 March 2014 18:04:50 Martin Jansa wrote: * it has runtime dependency on TUNE_PKGARCH bash, so

Re: [oe] [meta-qt5][PATCH] qmake5_base: Add QT_DIR_NAME to Headers

2014-03-11 Thread Martin Jansa
On Tue, Mar 11, 2014 at 01:54:57PM +0100, Søren Holm wrote: Without this we get Headers = /usr/include which is not meaningfull since is is searched by defaukt. What we realy want is /usr/local${QT_DIR_NAME} which is my default qt5 giving /usr/include/qt5. Please see discussion about this

[oe] State of bitbake world, Failed tasks 2014-03-07

2014-03-11 Thread Martin Jansa
Biggest difference from last e-mail is aclocal changes which can possibly explain increased number of do_configure failures, I've asked Richard to delay merging B!=S change until we resolve or at least analyze these new failures, so any help with would be highly appreciated. I'll send slightly

[oe] State of bitbake world, Failed tasks 2014-03-11

2014-03-11 Thread Martin Jansa
On Tue, Mar 11, 2014 at 02:45:04PM +0100, Martin Jansa wrote: Biggest difference from last e-mail is aclocal changes which can possibly explain increased number of do_configure failures, I've asked Richard to delay merging B!=S change until we resolve or at least analyze these new failures

Re: [oe] [meta-oe][PATCH 3/7] can-utils: Create git version

2014-03-11 Thread Martin Jansa
On Fri, Mar 07, 2014 at 03:26:11PM -0600, Lauren Post wrote: Linux CAN network development utilities - newer version than canutils Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../recipes-extended/socketcan/can-utils_git.bb| 14 ++ 1 file changed, 14

Re: [oe] [meta-oe][PATCH 5/7] gtkperf: Create 0.40 version

2014-03-11 Thread Martin Jansa
On Fri, Mar 07, 2014 at 03:26:13PM -0600, Lauren Post wrote: gtkperf is a GTK Performance tool Signed-off-by: Lauren Post lauren.p...@freescale.com --- meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars | 25 meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb | 26

Re: [oe] [meta-multimedia][PATCH v2] libmusicbrainz: workaround for build-native/do_configure

2014-03-11 Thread Martin Jansa
On Thu, Feb 27, 2014 at 08:03:06AM -0800, Tim Orling wrote: From: Tim Orling ticot...@gmail.com Changes in v2: bump PR to r2 rather than drop (doh!) Signed-off-by: Tim Orling ticot...@gmail.com --- .../musicbrainz/libmusicbrainz_git.bb | 50 +- 1

Re: [oe] [meta-oe][PATCH] bash-completion: remove allarch

2014-03-11 Thread Martin Jansa
CC. -Message d'origine- De : openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] De la part de Martin Jansa Envoyé : jeudi 6 mars 2014 18:05 À : openembedded-devel@lists.openembedded.org Objet : [oe] [meta-oe][PATCH] bash

Re: [oe] [meta-multimedia][PATCH v2] libmusicbrainz: workaround for build-native/do_configure

2014-03-11 Thread Martin Jansa
On Tue, Mar 11, 2014 at 03:26:39PM +0100, Martin Jansa wrote: On Thu, Feb 27, 2014 at 08:03:06AM -0800, Tim Orling wrote: From: Tim Orling ticot...@gmail.com Changes in v2: bump PR to r2 rather than drop (doh!) Signed-off-by: Tim Orling ticot...@gmail.com

Re: [oe] [meta-multimedia][PATCH v2 3/3] vlc: update to 2.1.2

2014-03-11 Thread Martin Jansa
}-libtool here. Because TARGET_VENDOR != ${DISTRO} I'll change it in master-next and check it in my build, please test it in your angstrom build as well and let me know. --Tim On Wed, Mar 5, 2014 at 9:56 AM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Feb 25, 2014 at 09:39:57PM -0800

Re: [oe] [meta-oe][PATCH 4/7] glcompbench: Create 2012.08 version

2014-03-11 Thread Martin Jansa
On Fri, Mar 07, 2014 at 03:26:12PM -0600, Lauren Post wrote: glcompbench is a benchmark tool for GL(ES)2 based compositing operations Signed-off-by: Lauren Post lauren.p...@freescale.com --- .../glcompbench/glbench-compile-fix.patch | 35

[oe] [meta-qt5][PATCH 1/4] qtbase: Replace 0012-qtbase-allow-build-of-examples.patch with -compile-examples option

2014-03-12 Thread Martin Jansa
* -compile-examples option was added in upstream commit: commit 8ea19caacf281240411541b5af37c2f9a103a7d1 Author: Oswald Buddenhagen oswald.buddenha...@digia.com Date: Tue May 7 17:10:22 2013 +0200 Subject: add -compile-examples configure option Signed-off-by: Martin Jansa martin.ja

[oe] [meta-qt5][PATCH 0/4] Small update of git recipes

2014-03-12 Thread Martin Jansa
in PACKAGECONFIG[kms] (2014-03-05 19:28:46 +0100) are available in the git repository at: git://github.com/meta-qt5/meta-qt5 tags/5.2.1+origin/release https://github.com/meta-qt5/meta-qt5/tree/jansa/test Martin Jansa (4): qtbase: Replace 0012-qtbase-allow-build-of-examples.patch with -compile

<    2   3   4   5   6   7   8   9   10   11   >