diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index 7f34e1b73c..9189426315 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb | |||
@@ -37,7 +37,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} | |||
37 | 37 | ||
38 | # with, without, depends, rdepends | 38 | # with, without, depends, rdepends |
39 | # | 39 | # |
40 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | 40 | PACKAGECONFIG[acl] = "ac_cv_header_sys_acl_h=yes,ac_cv_header_sys_acl_h=no,acl," |
41 | 41 | ||
42 | 42 | ||
43 | # [ gets a special treatment and is not included in this | 43 | # [ gets a special treatment and is not included in this |