mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
coreutils: enable xattrs by default for nativesdk
When using coreutils nativesdk (e.g. with buildtools-tarball) for running oe-core builds, a number of recipes/classes/etc. expect xattr support. This requirement is also expressed by the existing PACKAGECONFIG_class-native default including xattrs. (From OE-Core rev: 9be818787872a68f8ad669e6db372c12376f5ee8) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 80d7debffdeed165006b26dcb89cffafaaecca06) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6d900d2a59
commit
b21e49829f
@@ -39,6 +39,9 @@ PACKAGECONFIG_class-target ??= "\
|
|||||||
# The lib/oe/path.py requires xattr
|
# The lib/oe/path.py requires xattr
|
||||||
PACKAGECONFIG_class-native ??= "xattr"
|
PACKAGECONFIG_class-native ??= "xattr"
|
||||||
|
|
||||||
|
# oe-core builds need xattr support
|
||||||
|
PACKAGECONFIG_class-nativesdk ??= "xattr"
|
||||||
|
|
||||||
# with, without, depends, rdepends
|
# with, without, depends, rdepends
|
||||||
#
|
#
|
||||||
PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
|
PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
|
||||||
|
|||||||
Reference in New Issue
Block a user