Re: [yocto] [PATCH][coreutils] Add attr build dependency

2016-01-15 Thread Khem Raj
> On Jan 15, 2016, at 11:59 AM, Scott Ellis wrote: > > Fixes this warning: > > WARNING: QA Issue: coreutils rdepends on libattr, but it isn't a build > dependency? [build-deps] > > Signed-off-by: Scott Ellis > --- > meta/recipes-core/coreutils/coreutils_8.24.bb | 9 +++-- > 1 file changed

Re: [yocto] [PATCH][coreutils] Add attr build dependency

2016-01-15 Thread Scott Ellis
Fixes this warning: WARNING: QA Issue: coreutils rdepends on libattr, but it isn't a build dependency? [build-deps] Signed-off-by: Scott Ellis --- meta/recipes-core/coreutils/coreutils_8.24.bb | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/coreut

Re: [yocto] [PATCH][coreutils] Add attr build dependency

2016-01-15 Thread Khem Raj
> On Jan 15, 2016, at 7:15 AM, Scott Ellis wrote: > > The 'something' would be 'xattr' > > PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr," > > What should the default be? > > The acl option for coreutils looks in DISTRO_FEATURES. > > Should I do the same for this? if it depend

Re: [yocto] [PATCH][coreutils] Add attr build dependency

2016-01-15 Thread Scott Ellis
The 'something' would be 'xattr' PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr," What should the default be? The acl option for coreutils looks in DISTRO_FEATURES. Should I do the same for this? "Khem Raj" said: > Scott > > Thanks for patch. You might want to send into to oe-

Re: [yocto] [PATCH][coreutils] Add attr build dependency

2016-01-14 Thread Khem Raj
Scott Thanks for patch. You might want to send into to oe-core mailing list. > On Jan 14, 2016, at 6:54 AM, Scott Ellis wrote: > > Fixes this warning: > > WARNING: QA Issue: coreutils rdepends on libattr, but it isn't a build > dependency? [build-deps] > > Signed-off-by: Scott Ellis > --- >