[oe-commits] [meta-openembedded] 09/17: dante: fix unknown-configure-option QA issue

git at git.openembedded.org git at git.openembedded.org
Wed May 24 09:59:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 80ebb3e5dfa7634e8f54bd4fa823a61bee3c4a2c
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Tue May 23 18:24:23 2017 +0800

    dante: fix unknown-configure-option QA issue
    
    Fix the following QA issue.
    
      dante-1.4.1: dante: configure was passed unrecognised options: --disable-krb5 [unknown-configure-option]
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-protocols/dante/dante_1.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/dante/dante_1.4.1.bb b/meta-networking/recipes-protocols/dante/dante_1.4.1.bb
index 3b07ffe..ffdab22 100644
--- a/meta-networking/recipes-protocols/dante/dante_1.4.1.bb
+++ b/meta-networking/recipes-protocols/dante/dante_1.4.1.bb
@@ -32,7 +32,7 @@ REQUIRED_DISTRO_FEATURES = "pam"
 EXTRA_AUTORECONF = "-I ${S}"
 
 PACKAGECONFIG[libwrap] = ",--disable-libwrap,tcp-wrappers,libwrap"
-PACKAGECONFIG[krb5] = ",--disable-krb5,krb5"
+PACKAGECONFIG[krb5] = ",--without-krb5,krb5"
 
 PACKAGECONFIG ??= ""
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list