Re: [oe] [meta-oe][PATCH] networkmanager: Warning Fix

2016-01-22 Thread Martin Jansa
On Fri, Jan 22, 2016 at 06:05:12PM +0100, Adrian Freihofer wrote: > Thank you for the explanation. I did everything as you suggested. > > I aggree with you, that we should add the PACKAGEOPTION[nmtui] (I prefer > nmtui over libnewt, because the user wants to have nmtui, not > liwnewt). I tried it

Re: [oe] [meta-oe][PATCH] networkmanager: Warning Fix

2016-01-22 Thread Adrian Freihofer
Thank you for the explanation. I did everything as you suggested. I aggree with you, that we should add the PACKAGEOPTION[nmtui] (I prefer nmtui over libnewt, because the user wants to have nmtui, not liwnewt). I tried it and is exactly as you said. An empty package is properly handled by bitbak

Re: [oe] [meta-oe][PATCH] networkmanager: Warning Fix

2016-01-22 Thread Martin Jansa
On Fri, Jan 22, 2016 at 03:54:48PM +0100, Adrian Freihofer wrote: > Hi Martin, > > Thank you for the response. But it is confusing to me... > Networkmanager is always built with nmtui enabled, and we split it into > package networkmanager-nmtui: > EXTRA_OECONF = \ >     ... > --with-nmtui=yes

Re: [oe] [meta-oe][PATCH] networkmanager: Warning Fix

2016-01-22 Thread Adrian Freihofer
Hi Martin, Thank you for the response. But it is confusing to me... Networkmanager is always built with nmtui enabled, and we split it into package networkmanager-nmtui: EXTRA_OECONF = \     ... --with-nmtui=yes \ " PACKAGES =+ "... ${PN}-nmtui" FILES_${PN}-nmtui = " ... I guess an additiona

Re: [oe] [meta-oe][PATCH] networkmanager: Warning Fix

2016-01-22 Thread Martin Jansa
It is correct approach to fix it. This isn't: RDEPENDS_${PN}-nmtui += "libnewt" On Fri, Jan 22, 2016 at 9:07 AM, Adrian Freihofer < adrian.freiho...@gmail.com> wrote: > Hi > > This is not the right approach to fix this warning. > Please try something like this: > RDEPENDS_${PN}-nmtui += "libnewt

Re: [oe] [meta-oe][PATCH] networkmanager: Warning Fix

2016-01-22 Thread Adrian Freihofer
Hi This is not the right approach to fix this warning. Please try something like this: RDEPENDS_${PN}-nmtui += "libnewt" Notes: - I never saw this warning. - I would expect that pkgconfig does this automatically. Regards, Adrian On Thu, 2016-01-21 at 12:21 +0300, Li Xin wrote: > WARNING: QA Iss

[oe] [meta-oe][PATCH] networkmanager: Warning Fix

2016-01-21 Thread Li Xin
WARNING: QA Issue: networkmanager rdepends on libnewt, but it isn't a build dependency? [build-deps] Signed-off-by: Li Xin --- meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/networkmanager/net