From 93856de6814a013eccbfac6b3b9bb75cf0655964 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 15 Dec 2020 08:38:43 +0000 Subject: 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: Steve Sakoman --- meta/recipes-core/coreutils/coreutils_8.31.bb | 3 +++ 1 file changed, 3 insertions(+) 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 ??= "\ # 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," -- cgit 1.2.3-korg