summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2020-12-15 08:38:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-12 14:25:13 +0000
commitb21e49829f1fbe0bb7dffa0caf7c9d46b3fea042 (patch)
tree08924449e75a4e489b60db07555714cd9d131dc0 /meta/recipes-core
parent6d900d2a595a3d852bbd10b4f07734312ae161c3 (diff)
downloadpoky-b21e49829f1fbe0bb7dffa0caf7c9d46b3fea042.tar.gz
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.32.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.32.bb b/meta/recipes-core/coreutils/coreutils_8.32.bb
index 4eb357e310..320f93bdc2 100644
--- a/meta/recipes-core/coreutils/coreutils_8.32.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.32.bb
@@ -39,6 +39,9 @@ PACKAGECONFIG_class-target ??= "\
39# The lib/oe/path.py requires xattr 39# The lib/oe/path.py requires xattr
40PACKAGECONFIG_class-native ??= "xattr" 40PACKAGECONFIG_class-native ??= "xattr"
41 41
42# oe-core builds need xattr support
43PACKAGECONFIG_class-nativesdk ??= "xattr"
44
42# with, without, depends, rdepends 45# with, without, depends, rdepends
43# 46#
44PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," 47PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"