From: Nathan Rossi Date: Tue, 15 Dec 2020 08:38:43 +0000 (+0000) Subject: coreutils: enable xattrs by default for nativesdk X-Git-Tag: 2020-10.2~100 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9be818787872a68f8ad669e6db372c12376f5ee8;p=openembedded-core.git 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. Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie (cherry picked from commit 80d7debffdeed165006b26dcb89cffafaaecca06) Signed-off-by: Anuj Mittal --- 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 ??= "\ # The lib/oe/path.py requires xattr PACKAGECONFIG_class-native ??= "xattr" +# oe-core builds need xattr support +PACKAGECONFIG_class-nativesdk ??= "xattr" + # with, without, depends, rdepends # PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"