Re: [oe] [meta-qt5][PATCH v3] Upgrade to Qt 5.9.0

2017-06-14 Thread Trevor Woerner
On Fri, Jun 9, 2017 at 4:16 AM, Martin Jansa wrote: > Then why does it work for chromium which used to have the same issue? https://github.com/OSSystems/meta-browser/blob/master/recipes-browser/chromium/chromium/chromium/m32.patch --

Re: [oe] [meta-networking][PATCH]: cifs-utils 6.6 -> 6.7

2017-06-14 Thread Zheng, Ruoqin
Ping Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com -Original Message- From: Zheng, Ruoqin/郑 若钦 Sent: Saturday, May 27, 2017 12:42 AM To:

[oe] [meta-oe][PATCH 0/1 v2] microcode-ctl: add new recipe

2017-06-14 Thread jackie.huang
From: Jackie Huang v2 comments: - fix the licenses and add Intel-ucode license file - remove the un-needed MACHINE specific variable -- The following changes since commit 0abf5af3ffd3d13c009a8ffcd5a6f045c36be837: opencv: fix runtime dependencies. (2017-06-12

[oe] [meta-oe][PATCH 1/1 v2] microcode-ctl: add new recipe

2017-06-14 Thread jackie.huang
From: Jackie Huang The microcode_ctl utility is a companion to the IA32 microcode driver. Signed-off-by: Jackie Huang --- meta-oe/licenses/Intel-ucode | 30 ++

[oe] [meta-oe][V2a patch] rrdtool: allow configuration to disable nls

2017-06-14 Thread Randy MacLeod
When building rrdtool for a 'tiny' distro, that does not have native language support (NLS) in glibc, configure fails with the error: autoreconf: failed to run autopoint: No such file or directory Autopoint is part of gettext but without NLS support we populate the sysroot with

[oe] State of bitbake world, Failed tasks 2017-06-12

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

Re: [oe] [meta-qt5] qtwebkit 5.8 build issues?

2017-06-14 Thread Martin Jansa
> Qtwebkit doesn't support armv5 any more? Was there an announcement somewhere? I'm sorry, I was thinking about the qtwebengine restriction: https://github.com/meta-qt5/meta-qt5/blob/master/recipes-qt/qt5/qtwebengine_git.bb#L44 which does apply to chromium* recipes as well:

[oe] [PATCH v2] fuse: fix fetcher error.

2017-06-14 Thread Ismo Puustinen
The recent fuse recipe update broke fetching the sources when building fuse-native (it tried to fetch non-existent package fuse-native-2.9.7.tar.gz). Signed-off-by: Ismo Puustinen --- meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb | 2 +- 1 file changed, 1

Re: [oe] [PATCH] fuse: fix fetcher error.

2017-06-14 Thread André Draszik
Hi, On Wed, 2017-06-14 at 11:27 +0300, Ismo Puustinen wrote: > The recent fuse recipe update broke fetching the sources when building > fuse-native (it tried to fetch non-existent package > fuse-native-2.9.7.tar.gz). > > Signed-off-by: Ismo Puustinen > --- >  

Re: [oe] [meta-qt5] qtwebkit 5.8 build issues?

2017-06-14 Thread Andreas Oberritter
On Tue, 13 Jun 2017 16:36:38 +0200 Martin Jansa wrote: > Is it happening only for arm? It happened trying to build for mips32el. > I don't build it for qemuarm (because of armv5 isn't supported anymore), > but it builds fine in my world builds for qemux86(-64) where I

[oe] [PATCH] fuse: fix fetcher error.

2017-06-14 Thread Ismo Puustinen
The recent fuse recipe update broke fetching the sources when building fuse-native (it tried to fetch non-existent package fuse-native-2.9.7.tar.gz). Signed-off-by: Ismo Puustinen --- meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb | 2 +- 1 file changed, 1