]> code.ossystems Code Review - openembedded-core.git/commitdiff
coreutils: enable xattr for native
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 5 Sep 2016 07:30:43 +0000 (00:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Sep 2016 09:23:59 +0000 (10:23 +0100)
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 <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/coreutils/coreutils_8.25.bb

index fc8d061d325d1791ef78d8af220e6f64697f734b..df6ad380f326492a453e10da048684fb0fd1503f 100644 (file)
@@ -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
 #