This is to ensure determinism as it checks the host for krb5
and can change if a host has krb5, this disables the check
[YOCTO #3499]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
DEPENDS = "zlib libxml2 expat time gnutls libproxy"
DEPENDS_class-native = "zlib-native libxml2-native expat-native gnutls-native"
-PR = "r2"
+PR = "r3"
BBCLASSEXTEND = "native"
inherit autotools binconfig lib_package pkgconfig
EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
+EXTRA_OECONF += "--without-gssapi"