From: Robert Yang Date: Mon, 5 Sep 2016 07:30:43 +0000 (-0700) Subject: coreutils: enable xattr for native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24376 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18ff7efef77120538372a81b2cc8e8479742b064;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git coreutils: enable xattr for native The lib/oe/path.py requires xattr, fixed: Subprocess output: cp: cannot preserve extended attributes, cp is built without xattr support Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/coreutils/coreutils_8.25.bb b/meta/recipes-core/coreutils/coreutils_8.25.bb index fc8d061d325..df6ad380f32 100644 --- a/meta/recipes-core/coreutils/coreutils_8.25.bb +++ b/meta/recipes-core/coreutils/coreutils_8.25.bb @@ -38,7 +38,8 @@ PACKAGECONFIG_class-target ??= "\ ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \ " -PACKAGECONFIG_class-native ??= "" +# The lib/oe/path.py requires xattr +PACKAGECONFIG_class-native ??= "xattr" # with, without, depends, rdepends #