diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2017-05-23 18:24:23 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-06-28 10:25:53 -0400 |
commit | 27f425bf2c57bdc9e0cd090eeb9d23a7e787ceb1 (patch) | |
tree | a89a510cf77500995e52aa66f7d3b1ce4610b5bc /meta-networking/recipes-protocols | |
parent | c2cedc59121ddf4564c5884f1ed80037610f95c9 (diff) | |
download | meta-openembedded-27f425bf2c57bdc9e0cd090eeb9d23a7e787ceb1.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>
Diffstat (limited to 'meta-networking/recipes-protocols')
-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 3b07ffe43..ffdab22cf 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 | ||