diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-09-05 00:30:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-06 10:23:59 +0100 |
commit | 18ff7efef77120538372a81b2cc8e8479742b064 (patch) | |
tree | 8e06d373878848f1c257dd2ad3c298d9aeb2e6fd /meta/recipes-core | |
parent | 3ec68a97d7addc857425a6e3cf0a219913d99c59 (diff) | |
download | openembedded-core-18ff7efef77120538372a81b2cc8e8479742b064.tar.gz openembedded-core-18ff7efef77120538372a81b2cc8e8479742b064.tar.bz2 openembedded-core-18ff7efef77120538372a81b2cc8e8479742b064.zip |
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.25.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.25.bb b/meta/recipes-core/coreutils/coreutils_8.25.bb index fc8d061d32..df6ad380f3 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 # |