[oe] [meta-java/master-next][PATCH] openjdk-8-cross.inc: add pulseaudio PACKAGECONFIG

2017-10-10 Thread liu . ming50
From: Ming Liu Add pulseaudio PACKAGECONFIG and set it by default if pulseaudio is enabled in DISTRO_FEATURES, this introduces a dependency DEPENDS on pulseaudio which is currently missing. Without this patch, jdk/jre will be built as soundless even pulseaudio is enabled

[oe] [meta-java/master-next][PATCH] openjdk-8-cross.inc: add pulseaudio PACKAGECONFIG

2017-10-10 Thread liu . ming50
From: Ming Liu Add pulseaudio PACKAGECONFIG and set it by default if pulseaudio is enabled in DISTRO_FEATURES, this introduces a dependency DEPENDS on pulseaudio which is currently missing. Without this patch, jdk/jre will be built as soundless even pulseaudio is enabled

[oe] [meta-oe][PATCH V2] toybox: Switch building from git src_uri

2017-10-10 Thread Khem Raj
We need a patch e.g. https://github.com/landley/toybox/commit/78289203031afc23585035c362beec10db54958d to fix build on archlinux Signed-off-by: Khem Raj --- - Changes since V1: Added proper layer prefix to subject .../recipes-core/toybox/{toybox_0.7.4.bb => toybox_git.bb}

[oe] [PATCH] toybox: Switch building from git src_uri

2017-10-10 Thread Khem Raj
We need a patch e.g. https://github.com/landley/toybox/commit/78289203031afc23585035c362beec10db54958d to fix build on archlinux Signed-off-by: Khem Raj --- .../recipes-core/toybox/{toybox_0.7.4.bb => toybox_git.bb} | 13 - 1 file changed, 8 insertions(+), 5

[oe] [meta-networking][PATCH] wireshark: update to 2.2.10

2017-10-10 Thread Armin Kuster
The following vulnerabilities have been fixed: * [1]wnpa-sec-2017-42 BT ATT dissector crash ([2]Bug 14049) [3]CVE-2017-15192 * [4]wnpa-sec-2017-43 MBIM dissector crash ([5]Bug 14056) [6]CVE-2017-15193 * [7]wnpa-sec-2017-44 DMP dissector crash ([8]Bug 14068)

Re: [oe] [meta-browser] Modern Chromium with GN

2017-10-10 Thread Kubo Da Costa, Raphael
On Tue, 2017-10-10 at 14:28 -0400, Trevor Woerner wrote: > Are either of you working off of (and building against) master? > > My builds against pyro build fine, but I can't build successfully > against master. > > This is a problem because, by convention, layers accept patches > against master

Re: [oe] [meta-browser] Modern Chromium with GN

2017-10-10 Thread Trevor Woerner
Are either of you working off of (and building against) master? My builds against pyro build fine, but I can't build successfully against master. This is a problem because, by convention, layers accept patches against master first, then allow those patches to be backported to prior releases.

Re: [oe] [meta-oe][PATCHv2] rocksdb: add version 5.8

2017-10-10 Thread Pascal Bach
On 10.10.2017 10:53, Martin Jansa wrote: > The v1 failed to build with: > http://errors.yoctoproject.org/Errors/Details/157120/ > > If the v2 only updated LICENSE, it will need fix for this as well. It seems this only happens on ARMv5 as there seems to be some instructions for atomic. I need to

Re: [oe] [meta-oe][PATCH 3/3] xmlstarlet: Update to 1.6.1

2017-10-10 Thread Martin Jansa
Looks like this failed again yesterday: http://errors.yoctoproject.org/Errors/Details/157121/ On Mon, Jun 19, 2017 at 3:05 AM, Khem Raj wrote: > Enable PARALLEL_MAKE again > > Signed-off-by: Khem Raj > --- > .../xmlstarlet/{xmlstarlet_1.5.0.bb =>

Re: [oe] [meta-oe][PATCHv2] rocksdb: add version 5.8

2017-10-10 Thread Martin Jansa
The v1 failed to build with: http://errors.yoctoproject.org/Errors/Details/157120/ If the v2 only updated LICENSE, it will need fix for this as well. On Tue, Oct 10, 2017 at 8:59 AM, Pascal Bach wrote: > Version 5.8 does no longer includes the facebook patent grant and

[oe] [meta-oe][PATCHv2] rocksdb: add version 5.8

2017-10-10 Thread Pascal Bach
Version 5.8 does no longer includes the facebook patent grant and is licensed under the Apache-2.0 or GPL-2.0 license. Signed-off-by: Pascal Bach --- meta-oe/recipes-extended/rocksdb/rocksdb_git.bb | 28 + 1 file changed, 28 insertions(+) create