mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
committed by
Joe MacDonald
parent
c2cedc5912
commit
27f425bf2c
@@ -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 ??= ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user