summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2017-05-23 18:24:23 +0800
committerArmin Kuster <akuster808@gmail.com>2017-07-17 11:17:47 -0700
commit31f721c518bd462f3cad852ecb54c3e7fad8327b (patch)
tree42bc7d38e9712e3222ff7ac1cd89b9571d9db194 /meta-networking
parente190a15caff43ac1d0be8d5bfcf2a3dd916c5026 (diff)
downloadmeta-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.bb2
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"
32EXTRA_AUTORECONF = "-I ${S}" 32EXTRA_AUTORECONF = "-I ${S}"
33 33
34PACKAGECONFIG[libwrap] = ",--disable-libwrap,tcp-wrappers,libwrap" 34PACKAGECONFIG[libwrap] = ",--disable-libwrap,tcp-wrappers,libwrap"
35PACKAGECONFIG[krb5] = ",--disable-krb5,krb5" 35PACKAGECONFIG[krb5] = ",--without-krb5,krb5"
36 36
37PACKAGECONFIG ??= "" 37PACKAGECONFIG ??= ""
38 38