[oe] [PATCH 0/1] update to 1.24.2 to make access to windows shares work again

2016-01-07 Thread Andreas Müller
The following patch was run-tested with jethro. If it survives Martin's master world I would be happy to see it in jethro too. Andreas Müller (1): gvfs: update to 1.24.2 to make access to windows shares work again ...ib-2.31-deprecations-and-thread-API-chang.patch | 599 -

Re: [oe] [meta-networking][PATCH] opensaf: 4.6.0 -> 4.7.0

2016-01-07 Thread Martin Jansa
On Wed, Jan 06, 2016 at 09:02:04PM -0800, Dai Caiyun wrote: > 1) Upgrade opensaf from 4.6.0 to 4.7.0. > 2) Delete two patches,since they are not needed any more. >Revert_imma_client_node_replyPending_to_unsigned_char.patch >Fix_GCC_5.1.0_compiler_warning.patch > > Signed-off-by: Dai

Re: [oe] [meta-oe][PATCH v2] xterm: 308 -> 320

2016-01-07 Thread Martin Jansa
On Wed, Jan 06, 2016 at 05:31:03PM -0800, Li Xin wrote: > Upgrade xterm from 308 to 320. > > 1) Modify LIC_FILES_CHKSUM,since the date in it has been changed, But the > LICENSE has not been changed. > 2) Fix WARNING: QA Issue: xterm rdepends on libxinerama, but it isn't a build > dependency?

[oe] Building java

2016-01-07 Thread Mike Looijmans
Someone in our project decided he wanted Java on the board, so I just added "meta-java" to the layers and attempted to follow the README. So without a clue as to what I'm really doing (I haven't touched Java in 15 years) I added these to my local.conf: # Headless java

[oe] [meta-oe][PATCHv2] gpsd: Add patch to fix broken ACTIVATE hook.

2016-01-07 Thread Moritz Fischer
This patch is already in mainline gpsd. It fixes a bug where the ACTIVATE hook for a device never gets called. Signed-off-by: Moritz Fischer --- ...e-Fix-issue-with-ACTIVATE-hook-not-being-.patch | 35 ++ meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb

[oe] [PATCH][meta-oe 1/2] gspd: disable qt4 support by default

2016-01-07 Thread Martin Jansa
* now with qt4 moved to separate meta-qt4 we shouldn't enable it by default Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb

[oe] [PATCH][meta-oe 2/2] navit: disable qt4 support by default

2016-01-07 Thread Martin Jansa
* now with qt4 moved to separate meta-qt4 we shouldn't enable it by default Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/navit/navit.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-navigation/navit/navit.inc

[oe] [meta-oe][PATCH v3] nodejs: update from 4.2.3 to 4.2.4

2016-01-07 Thread Trevor Woerner
Additionally, the LICENSE file changed as follows: - npm is a package manager program located at deps/npm. npm's license follows: """ -Copyright (c) Isaac Z. Schlueter -All rights reserved. - -npm is released under the Artistic 2.0 License. -The text of the

[oe] [PATCH][WIP][meta-gnome] gnome-desktop: don't try to copy omf.make

2016-01-07 Thread Martin Jansa
* omf.make was removed from gnome-common in: https://git.gnome.org/browse/gnome-common/commit/?id=a912a74ba7999fe3ed49b07bab86685a5d117f82 which is included in gnome-common-3.18, so this was broken since: commit f459f890cb7c0e11d92b80f0d5a65117428cc87f Author: Jussi Kukkonen