mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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 (From OE-Core rev: 18ff7efef77120538372a81b2cc8e8479742b064) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b9d90ace00
commit
92fc3ef973
@@ -38,7 +38,8 @@ PACKAGECONFIG_class-target ??= "\
|
|||||||
${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \
|
${@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
|
# with, without, depends, rdepends
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user