diff options
| -rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.25.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.25.bb b/meta/recipes-core/coreutils/coreutils_8.25.bb index fc8d061d32..df6ad380f3 100644 --- a/meta/recipes-core/coreutils/coreutils_8.25.bb +++ b/meta/recipes-core/coreutils/coreutils_8.25.bb | |||
| @@ -38,7 +38,8 @@ PACKAGECONFIG_class-target ??= "\ | |||
| 38 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \ | 38 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)} \ |
| 39 | " | 39 | " |
| 40 | 40 | ||
| 41 | PACKAGECONFIG_class-native ??= "" | 41 | # The lib/oe/path.py requires xattr |
| 42 | PACKAGECONFIG_class-native ??= "xattr" | ||
| 42 | 43 | ||
| 43 | # with, without, depends, rdepends | 44 | # with, without, depends, rdepends |
| 44 | # | 45 | # |
