[OE-core] [PATCH 13/21] coreutils 6.9: fix unknown-configure-option
Robert Yang
liezhi.yang at windriver.com
Tue Feb 3 01:12:07 UTC 2015
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 <liezhi.yang at windriver.com>
---
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
More information about the Openembedded-core
mailing list