And coreutils should be in commit summary line, not as [coreutils] which is removed when applied with git am.
On Sat, Jan 16, 2016 at 6:47 PM, Martin Jansa <[email protected]> wrote: > This belongs to openembedded-core ML. Please resend. > > On Sat, Jan 16, 2016 at 3:41 PM, Scott Ellis <[email protected]> wrote: > >> From Yocto poky where it also stops this warning >> >> WARNING: QA Issue: coreutils rdepends on libattr, but it isn't a build >> dependency? [build-deps] >> >> Signed-off-by: Scott Ellis <[email protected]> >> --- >> meta/recipes-core/coreutils/coreutils_8.24.bb | 9 +++++++-- >> 1 file changed, 7 insertions(+), 2 deletions(-) >> >> diff --git a/meta/recipes-core/coreutils/coreutils_8.24.bb >> b/meta/recipes-core/coreutils/coreutils_8.24.bb >> index f042346..6a09c59 100644 >> --- a/meta/recipes-core/coreutils/coreutils_8.24.bb >> +++ b/meta/recipes-core/coreutils/coreutils_8.24.bb >> @@ -28,14 +28,19 @@ SRC_URI[manpages.sha256sum] = >> "cf0333b5f134a331e0b46e2ddf90666f8bdc3281c1ca2c7cc >> EXTRA_OECONF_class-native = "--without-gmp" >> EXTRA_OECONF_class-target = "--enable-install-program=arch >> --libexecdir=${libdir}" >> >> -# acl is not a default feature >> +# acl and xattr are not default features >> # >> -PACKAGECONFIG_class-target ??= "${@bb.utils.contains('DISTRO_FEATURES', >> 'acl', 'acl', '', d)}" >> +PACKAGECONFIG_class-target ??= "\ >> + ${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \ >> + ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \ >> +" >> + >> PACKAGECONFIG_class-native ??= "" >> >> # with, without, depends, rdepends >> # >> PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," >> +PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," >> >> # [ df mktemp base64 gets a special treatment and is not included in this >> bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors >> dirname du \ >> -- >> 2.5.0 >> >> -- >> _______________________________________________ >> Openembedded-devel mailing list >> [email protected] >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> > > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
