diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2017-05-23 18:24:23 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-07-17 11:17:47 -0700 |
commit | 31f721c518bd462f3cad852ecb54c3e7fad8327b (patch) | |
tree | 42bc7d38e9712e3222ff7ac1cd89b9571d9db194 /meta-networking | |
parent | e190a15caff43ac1d0be8d5bfcf2a3dd916c5026 (diff) | |
download | meta-openembedded-31f721c518bd462f3cad852ecb54c3e7fad8327b.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-protocols/dante/dante_1.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 3b07ffe435..ffdab22cf0 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" | |||
32 | EXTRA_AUTORECONF = "-I ${S}" | 32 | EXTRA_AUTORECONF = "-I ${S}" |
33 | 33 | ||
34 | PACKAGECONFIG[libwrap] = ",--disable-libwrap,tcp-wrappers,libwrap" | 34 | PACKAGECONFIG[libwrap] = ",--disable-libwrap,tcp-wrappers,libwrap" |
35 | PACKAGECONFIG[krb5] = ",--disable-krb5,krb5" | 35 | PACKAGECONFIG[krb5] = ",--without-krb5,krb5" |
36 | 36 | ||
37 | PACKAGECONFIG ??= "" | 37 | PACKAGECONFIG ??= "" |
38 | 38 | ||