[oe] [meta-multimedia][PATCH v2 1/2] gupnp: add support for PR, and INC_PR

2013-04-11 Thread Nicolas Dechesne
This set of recipe was not implementing any versioning with PR variable. Also, since the .bb files include .inc file, we also add support for INC_PR. Signed-off-by: Nicolas Dechesne n...@linaro.org --- meta-multimedia/recipes-connectivity/gupnp/gupnp.inc | 2 ++

[oe] [meta-multimedia][PATCH v2 0/2] gupnp: removal of gnome-icon-theme

2013-04-11 Thread Nicolas Dechesne
So, as discussed, i have added the PR and INC_PR mechanism. I decided to follow Martin advice, not to add un-needed new PR bumps in other recipes from the same folder. Nicolas Dechesne (2): gupnp: add support for PR, and INC_PR gupnp: remove dependency on gnome-icon-theme

[oe] [meta-multimedia][PATCH v2 2/2] gupnp: remove dependency on gnome-icon-theme

2013-04-11 Thread Nicolas Dechesne
As discussed in [1], let's remove the dependency on gnome-icon-theme, since it's not required, and it brings additional unwanted dependency, such as the whole gtk+... [1] http://article.gmane.org/gmane.comp.handhelds.openembedded/57483 It is build-tested with - core-image-minimal -

Re: [oe] [meta-oe][PATCH 4/8] gateone: fix html5 feature check

2013-04-11 Thread Martin Jansa
On Thu, Apr 11, 2013 at 07:33:10AM +0200, Koen Kooi wrote: Op 11 apr. 2013, om 00:04 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Wed, Apr 10, 2013 at 06:14:18PM +0200, Koen Kooi wrote: The BlobBuilder and Blob checks never succeeded, even on cutting edge

Re: [oe] [meta-oe][PATCH 5/8] nodejs4: reinstate installing all the files

2013-04-11 Thread Martin Jansa
On Wed, Apr 10, 2013 at 06:14:19PM +0200, Koen Kooi wrote: Cloud9 needs the headers to build the o3-xml binary, using 0.8.x headers makes it crash. This installs everything namespaced as 'node4' to avoid collisions. Signed-off-by: Koen Kooi k...@dominion.thruhere.net ---

Re: [oe] [meta-oe][PATCH 1/8] nodejs: add 0.8.18

2013-04-11 Thread Martin Jansa
On Wed, Apr 10, 2013 at 06:14:15PM +0200, Koen Kooi wrote: Signed-off-by: Koen Kooi k...@dominion.thruhere.net Replying on first, because there isn't any cover letter :). I've merged 1/8 (from previous version with fix for dash and dropped RDEPENDS_virtclass-native), 7/8 and 8/8 (2/8 was

Re: [oe] meta-systemd future vote Was: [meta-systemd][PATCH 1/2] Delete systemd class.

2013-04-11 Thread Burton, Ross
On 10 April 2013 22:17, Martin Jansa martin.ja...@gmail.com wrote: I should have asked which Monday he meant.. it's still not fixed connman: http://lists.linuxtogo.org/pipermail/openembedded-core/2013-March/037355.html util-linux:

Re: [oe] [meta-oe][PATCH 5/8] nodejs4: reinstate installing all the files

2013-04-11 Thread Koen Kooi
Op 11 apr. 2013, om 11:29 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Wed, Apr 10, 2013 at 06:14:19PM +0200, Koen Kooi wrote: Cloud9 needs the headers to build the o3-xml binary, using 0.8.x headers makes it crash. This installs everything namespaced as 'node4'

[oe] [meta-oe][PATCHv2 2/8] Revert cloud9: add EnvironmentFile

2013-04-11 Thread Koen Kooi
This introduces a gentoo-ism which we don't want, and is fixed differently now This reverts commit 222b4eb3e469a84e929a968def6773405f369a3d. --- meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service | 1 - 1 file changed, 1 deletion(-) diff --git

[oe] [meta-oe][PATCHv2 1/8] nodejs: add 0.8.18

2013-04-11 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- ...uiltin-define-to-denote-hard-abi-when-in-.patch | 60 ++ meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb | 42 +++ 2 files changed, 102 insertions(+) create mode 100644

[oe] [meta-oe][PATCHv2 3/8] python-tornado: update to top of 2.2 branch

2013-04-11 Thread Koen Kooi
Drags in a few bugfixes needed for gateone Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-oe/recipes-devtools/python/python-tornado_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/python/python-tornado_git.bb

[oe] [meta-oe][PATCHv2 4/8] gateone: fix html5 feature check

2013-04-11 Thread Koen Kooi
The BlobBuilder and Blob checks never succeeded, even on cutting edge browsers. Nudge SRCREV forward to drag in those fixes. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-oe/recipes-connectivity/gateone/gateone_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[oe] [meta-oe][PATCHv2 5/8] nodejs4: reinstate installing all the files

2013-04-11 Thread Koen Kooi
Cloud9 needs the headers to build the o3-xml binary, using 0.8.x headers makes it crash. This installs everything namespaced as 'node4' to avoid collisions. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb | 18 +++--- 1 file

[oe] [meta-oe][PATCHv2 8/8] cloud9 bbappend: add EnvironmentFile

2013-04-11 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service

[oe] [meta-oe][PATCHv2 6/8] cloud9: use node4 to build o3-xml binary

2013-04-11 Thread Koen Kooi
Using node 0.8.x will make it crash at runtime Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb

Re: [oe] [meta-oe][PATCH 1/8] nodejs: add 0.8.18

2013-04-11 Thread Koen Kooi
Op 11 apr. 2013, om 11:47 heeft Martin Jansa martin.ja...@gmail.com het volgende geschreven: On Wed, Apr 10, 2013 at 06:14:15PM +0200, Koen Kooi wrote: Signed-off-by: Koen Kooi k...@dominion.thruhere.net Replying on first, because there isn't any cover letter :). I've merged 1/8 (from

[oe] [meta-oe][PATCHv2 7/8] cloud9: add autorestart on crash

2013-04-11 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service | 1 + meta-systemd/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bbappend | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [oe] [meta-oe][PATCH v2 2/2] qt4: remove bbappend content

2013-04-11 Thread Anders Darander
On Wed, Apr 10, 2013 at 6:26 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 10 April 2013 18:16:28 Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 10-04-13 17:57, Paul Eggleton schreef: These changes to Qt's configuration need to be applied in

Re: [oe] [meta-oe][PATCHv2 3/8] python-tornado: update to top of 2.2 branch

2013-04-11 Thread Gary Thomas
On 2013-04-11 04:46, Koen Kooi wrote: Drags in a few bugfixes needed for gateone Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta-oe/recipes-devtools/python/python-tornado_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[oe] error when bitbaking console-base-image (danny)

2013-04-11 Thread Jaap de Jong
Hi All, I've been experimenting with images, and every time I get this error even with a completely fresh build directory: log_check: There were error messages in the logfile log_check: Matched keyword: [Collected errors] Configuring connman. Configuring connman-systemd.

Re: [oe] error when bitbaking console-base-image (danny)

2013-04-11 Thread Martin Jansa
On Thu, Apr 11, 2013 at 02:01:42PM +0200, Jaap de Jong wrote: Hi All, I've been experimenting with images, and every time I get this error even with a completely fresh build directory: log_check: There were error messages in the logfile log_check: Matched keyword: [Collected

Re: [oe] error when bitbaking console-base-image (danny)

2013-04-11 Thread Jaap de Jong
On 04/11/2013 02:33 PM, Martin Jansa wrote: On Thu, Apr 11, 2013 at 02:01:42PM +0200, Jaap de Jong wrote: Hi All, I've been experimenting with images, and every time I get this error even with a completely fresh build directory: log_check: There were error messages in the logfile

Re: [oe] [meta-oe][PATCH] fbset: Replace deprecated update-alternatives syntax

2013-04-11 Thread Paul Barker
Is this patch useful? On 3 April 2013 21:11, Paul Barker p...@paulbarker.me.uk wrote: Building fbset gave the following warning: WARNING: fbset: Use of ALTERNATIVE_NAME is deprecated, see update-alternatives.bbclass for more info. update-alternatives.bbclass states

Re: [oe] [meta-oe][PATCH] fbset: Replace deprecated update-alternatives syntax

2013-04-11 Thread Martin Jansa
On Thu, Apr 11, 2013 at 03:02:44PM +0100, Paul Barker wrote: Is this patch useful? Yes and already applied, thanks! http://git.openembedded.org/meta-openembedded/commit/?id=b0fb477a11d24cc64a40f29dfd934b5e78f6cc7d On 3 April 2013 21:11, Paul Barker p...@paulbarker.me.uk wrote: Building

Re: [oe] [meta-multimedia][PATCH v2 2/2] gupnp: remove dependency on gnome-icon-theme

2013-04-11 Thread Martin Jansa
On Thu, Apr 11, 2013 at 10:57:06AM +0200, Nicolas Dechesne wrote: As discussed in [1], let's remove the dependency on gnome-icon-theme, since it's not required, and it brings additional unwanted dependency, such as the whole gtk+... Hi, I've already applied first version of this yesterday, I

Re: [oe] [meta-oe][PATCH V2] cryptsetup: Update to latest version and use openssl as crypto backend

2013-04-11 Thread Martin Jansa
On Tue, Apr 09, 2013 at 11:11:01PM +0200, Stefan Herbrechtsmeier wrote: Cryptsetup with the command luksOpen failed with the error message: device-mapper: status ioctl failed: Permission denied The error comes from libgcrypt with drops root privileges if it is linked with libcap support [1].

Re: [oe] gst-ffmpeg configure-fix patch and yasm

2013-04-11 Thread Martin Jansa
On Wed, Apr 03, 2013 at 07:07:03AM +0200, Martin Jansa wrote: On Sat, Mar 30, 2013 at 09:30:51PM +0100, dv wrote: On 03/30/13 17:40, Otavio Salvador wrote: On Sat, Mar 30, 2013 at 12:00 PM, dv d...@pseudoterminal.org wrote: Hello, I noticed this part of the configure-fix.patch file

Re: [oe] [RFT] GCC 4.8 recipes

2013-04-11 Thread Jack Mitchell
-20130411/sysroots/x86_64-oecore-linux/usr/include/libfdt.h:55:0, from /mnt/SSD/oe-r0005/ccoR0005/tmp/work/x86_64-nativesdk-oecore-linux/nativesdk-qemu/1.4.0-r0/qemu-1.4.0/hw/arm/../../device_tree.c:28: /mnt/SSD/oe-r0005/ccoR0005/tmp/sysroots/x86_64-nativesdk-oecore-linux/mnt/SSD

Re: [oe] [meta-oe][PATCH] fbset: Replace deprecated update-alternatives syntax

2013-04-11 Thread Paul Barker
On 11 April 2013 15:11, Martin Jansa martin.ja...@gmail.com wrote: On Thu, Apr 11, 2013 at 03:02:44PM +0100, Paul Barker wrote: Is this patch useful? Yes and already applied, thanks! http://git.openembedded.org/meta-openembedded/commit/?id=b0fb477a11d24cc64a40f29dfd934b5e78f6cc7d

[oe] [meta-efl][PATCH] evas-1.7.6.1: Update checksums, tarball was repackaged upstream :/

2013-04-11 Thread Martin Jansa
Files old/evas-1.7.6.1/ChangeLog and new/evas-1.7.6.1/ChangeLog differ Files old/evas-1.7.6.1/NEWS and new/evas-1.7.6.1/NEWS differ Files old/evas-1.7.6.1/src/lib/engines/common/evas_font_ot.c and new/evas-1.7.6.1/src/lib/engines/common/evas_font_ot.c differ Files

[oe] [meta-oe][PATCH] Add dependencies on Perl and Bash to NTP recipe

2013-04-11 Thread lists
From: Philipp Wagner m...@philipp-wagner.com do_rootfs gave errors about bash and perl not being found. This patch adds the two packages to the runtime dependencies to fix this problem. Signed-off-by: Philipp Wagner m...@philipp-wagner.com --- meta-networking/recipes-support/ntp/ntp.inc | 2 +-