Fixed:
WARNING: QA Issue: coreutils: configure was passed unrecognised options: 
--disable-acl [unknown-configure-option]

It doesn't support --enable-acl or --disable-acl, conditionaly depend on
acl to fix the problem.

Signed-off-by: Robert Yang <[email protected]>
---
 meta/recipes-core/coreutils/coreutils_6.9.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb 
b/meta/recipes-core/coreutils/coreutils_6.9.bb
index debd2a1..faea984 100644
--- a/meta/recipes-core/coreutils/coreutils_6.9.bb
+++ b/meta/recipes-core/coreutils/coreutils_6.9.bb
@@ -41,7 +41,7 @@ PACKAGECONFIG_class-native ??= ""
 
 # with, without, depends, rdepends
 #
-PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
+PACKAGECONFIG[acl] = ",,acl,"
 
 
 # [ gets a special treatment and is not included in this
-- 
1.7.9.5

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to