Re: [oe] [meta-oe][PATCH] libyui-ncurses: new add

2017-12-27 Thread Martin Jansa
This is missing in master now, because dnfdragora was merged. Please use 4 spaces for indentation. On Wed, Dec 20, 2017 at 3:35 PM, zhengrq wrote: > Add a new recipe libyui-ncurses, which is a rdepend for dnfdragora. > > Signed-off-by: Zheng Ruoqin > --- > ...1-Fix-the-error-of-can-t-find-hea

Re: [oe] [oe-commits] [meta-openembedded] 06/06: dnfdragora: new add

2017-12-27 Thread Martin Jansa
What is supposed to provide libyui-ncurses? libyui recipe in meta-oe/master doesn't provide this package. ERROR: Nothing RPROVIDES 'libyui-ncurses' (but meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'libyui-ncurses' is unbuildable,

[oe] [meta-oe][PATCH] leveldb: fix checking for SSE flag

2017-12-27 Thread Yi Zhao
The build_detect_platform-Check-for-__SSE4_2__.patch tries to use fgrep with pipe to get the SSE flag. But actually it would fail with error: fgrep: /tmp/leveldb_build_detect_platform-cxx.25886: No such file or directory That means it can not get the correct SSE flag. We should make sure the fgrep

Re: [oe] [meta-oe][PATCH] xorgxrdp: new add

2017-12-27 Thread Zheng, Ruoqin
Hi armin Could you give me some advice about how to fix it? Thank you. -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fu

Re: [oe] [meta-oe][PATCH 2/2] iperf: rename to iperf2 and bump 2.0.5 -> 2.0.10

2017-12-27 Thread Ioan-Adrian Ratiu
On Tue, 26 Dec 2017, akuster808 wrote: > On 12/18/2017 06:01 AM, Ioan-Adrian Ratiu wrote: >> Both iperf2 and iperf3 are actively maintained projects. iperf2 was >> forked from the old iperf codebase because iperf3 is an incompatible >> and as of yet incomplete rewrite from scratch. >> >> Rename th

Re: [oe] [meta-oe][PATCH 2/2] iperf: rename to iperf2 and bump 2.0.5 -> 2.0.10

2017-12-27 Thread Ioan-Adrian Ratiu
Oh I forgot the link to the OE-core fix in my previous mail :) http://lists.openembedded.org/pipermail/openembedded-core/2017-December/145741.html On Tue, 26 Dec 2017, akuster808 wrote: > On 12/18/2017 06:01 AM, Ioan-Adrian Ratiu wrote: >> Both iperf2 and iperf3 are actively maintained projects.

Re: [oe] [meta-oe][PATCH] smstools3: update to 3.1.21; drop uneeded patches

2017-12-27 Thread akuster808
On 12/23/2017 12:04 PM, Bill Randle wrote: > Update smstools3 to latest version and drop some patches that no longer > seem to be required. (Builds and runs fine on poky.) > > Signed-off-by: Bill Randle > --- > .../smstools3/fix-makefile-override.patch | 24 > -- >

[oe] [OE] [meta-selinux] [PATCH] audit: 2.7.6 -> 2.8.2

2017-12-27 Thread Huang Qiyu
Upgrade audit from 2.7.6 to 2.8.2. Signed-off-by: Huang Qiyu --- recipes-security/audit/{audit_2.7.6.bb => audit_2.8.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-security/audit/{audit_2.7.6.bb => audit_2.8.2.bb} (96%) diff --git a/recipes-security/audit/audit_

[oe] [oc-core][PATCH] libnfsidmap: Set the path of plugin libraries

2017-12-27 Thread Zhang Xiao
By default, plugin libraries wil be installed in $(libdir)/libnfsidmap in build stage while in run time, they will be looked in /usr/lib/libnfsidmap. This will cause error in 64 bits systems. Add a configure option to avoid it. Signed-off-by: Zhang Xiao --- meta/recipes-connectivity/nfs-utils/li