Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] neon: added --disable-gssapi
@ 2012-12-19  1:15 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2012-12-19  1:15 UTC (permalink / raw)
  To: openembedded-core

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>
---
 meta/recipes-support/neon/neon_0.29.6.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/neon/neon_0.29.6.bb b/meta/recipes-support/neon/neon_0.29.6.bb
index 42d5e52..157f711 100644
--- a/meta/recipes-support/neon/neon_0.29.6.bb
+++ b/meta/recipes-support/neon/neon_0.29.6.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a
 DEPENDS = "zlib libxml2 expat time gnutls libproxy"
 DEPENDS_class-native = "zlib-native libxml2-native expat-native gnutls-native"
 
-PR = "r2"
+PR = "r3"
 
 BBCLASSEXTEND = "native"
 
@@ -20,3 +20,4 @@ SRC_URI[sha256sum] = "9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b
 inherit autotools binconfig lib_package pkgconfig
 
 EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
+EXTRA_OECONF += "--without-gssapi"
-- 
1.8.0.2




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-19  1:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19  1:15 [PATCH] neon: added --disable-gssapi Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox