]> code.ossystems Code Review - openembedded-core.git/commitdiff
coreutils: enable xattrs by default for nativesdk
authorNathan Rossi <nathan@nathanrossi.com>
Tue, 15 Dec 2020 08:38:43 +0000 (08:38 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 7 Jan 2021 07:19:45 +0000 (15:19 +0800)
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 <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>
meta/recipes-core/coreutils/coreutils_8.32.bb

index 4eb357e31013e5682057999e76cdbd3bdddd10bb..320f93bdc20362952aa5719209a79a12a2517ee5 100644 (file)
@@ -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,"