[oe-commits] [openembedded-core] 01/08: coreutils: enable xattr for native

git at git.openembedded.org git at git.openembedded.org
Tue Sep 6 09:24:40 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 18ff7efef77120538372a81b2cc8e8479742b064
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Mon Sep 5 00:30:43 2016 -0700

    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 <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/coreutils/coreutils_8.25.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/coreutils/coreutils_8.25.bb b/meta/recipes-core/coreutils/coreutils_8.25.bb
index fc8d061..df6ad38 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
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list