summaryrefslogtreecommitdiffstats
path: root/meta
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-09 09:17:16 +0000
commitb595fab7afbcedd7c8bbc2ec86955c77e12abc45 (patch)
tree41467e5a89e87eb949d638a9e3cdab9a0656deaf /meta
parent19e53c5fa6579ffca293e0705b0acb773e02bbd4 (diff)
downloadpoky-b595fab7afbcedd7c8bbc2ec86955c77e12abc45.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: 93856de6814a013eccbfac6b3b9bb75cf0655964) 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: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.31.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.31.bb b/meta/recipes-core/coreutils/coreutils_8.31.bb
index bd7a8a2f35..7dd9e41def 100644
--- a/meta/recipes-core/coreutils/coreutils_8.31.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.31.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,"