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

2017-10-04 Thread Trevor Woerner
Hi Jocobo, Please have a look at https://github.com/rakuco/meta-crosswalk/tree/chromium61/recipes-browser/chromium from Raphael (CCed). It is an interesting and promising approach. I have built against minnow (x86-64) and rpi3-32 (armv7ve) successfully with pyro. I haven't had time to runtime

[oe] asn1crypto dependency missing for python-cryptography

2017-10-04 Thread Satya Bodduluri
In versions of python-cryptography >=1.8.x, it includes a dependency for asn1crypto and removes a dependency on pyasn1 as can be seen with this commit: https://github.com/pyca/cryptography/commit/0e6a129724b707ebf79149376251e85fad550414. As far as I can tell, asn1crypto isn't included in

[oe] [meta-networking][PATCH 0/1] mdns: move from meta-intel-iot-middleware

2017-10-04 Thread Paul Eggleton
This should be the last of the recipes from meta-intel-iot-middleware (I hadn't intended to revive this one but a request came in on the mailing list so it seems it may still be useful to some people). The following changes since commit 5c9a4a08844c215ebd6f2146f50de753b8e7ecef:

[oe] [meta-networking][PATCH 1/1] mdns: move from meta-intel-iot-middleware

2017-10-04 Thread Paul Eggleton
The following improvements have been made over the recipe that was in meta-intel-iot-middleware (a layer which is no longer actively maintained): * Upgrade to latest upstream version (765.50.9) * Fix compilation failures by passing CC and LD * Fix "no GNU hash in the ELF binary" issue * Point S

[oe] [meta-oe][morty][PATCH] mariadb: Do not use ucontext_* APIs with musl

2017-10-04 Thread Andre McCurdy
From: Khem Raj musl has ucontext.h header but does not implement the APIs Signed-off-by: Khem Raj (cherry picked from commit b545c0643d2b2a1f1a816e789ff67116c613de5b) Signed-off-by: Andre McCurdy ---

[oe] State of bitbake world, Failed tasks 2017-10-04

2017-10-04 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='15'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

[oe] [meta-python][PATCH] python3-ujson: support Python 3

2017-10-04 Thread Pascal Bach
From: Pascal Bach Signed-off-by: Pascal Bach --- meta-python/recipes-devtools/python/python-ujson.inc| 15 +++ .../recipes-devtools/python/python-ujson_1.35.bb| 17 ++---

[oe] [meta-python][PATCH] python3-protobuf: add python3 version

2017-10-04 Thread Pascal Bach
Signed-off-by: Pascal Bach --- .../recipes-devtools/python/python-protobuf.inc| 16 .../recipes-devtools/python/python-protobuf_3.4.0.bb | 18 ++ .../recipes-devtools/python/python3-protobuf_3.4.0.bb | 2 ++ 3 files changed, 20

[oe] [meta-mono][PATCHv3] libgdiplus: use tarball from mono project instead of github

2017-10-04 Thread Pascal Bach
Signed-off-by: Pascal Bach --- recipes-mono/libgdiplus/libgdiplus-native_4.2.bb | 7 +++ recipes-mono/libgdiplus/libgdiplus_4.2.bb| 10 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/recipes-mono/libgdiplus/libgdiplus-native_4.2.bb

Re: [oe] [PATCH] bitbake.conf: Add sdl-config to HOSTTOOLS

2017-10-04 Thread Burton, Ross
On 4 October 2017 at 10:32, Patrick Ohly wrote: > On Tue, 2017-10-03 at 11:40 +0200, Ricardo Ribalda Delgado wrote: > > Without this patch bitbake cannot find sdl-config > > > > ERROR: OE-core's config sanity checker detected a potential > > misconfiguration. > > Either

Re: [oe] [PATCH] bitbake.conf: Add sdl-config to HOSTTOOLS

2017-10-04 Thread Patrick Ohly
On Tue, 2017-10-03 at 11:40 +0200, Ricardo Ribalda Delgado wrote: > Without this patch bitbake cannot find sdl-config > > ERROR:  OE-core's config sanity checker detected a potential > misconfiguration. > Either fix the cause of this error or at your own risk disable the > checker (see