diff options
| author | Saul Wold <sgw@linux.intel.com> | 2012-12-18 17:03:48 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-19 17:55:07 +0000 |
| commit | 681bfd4fe366da0aaadcf7477f4718f95d06eeae (patch) | |
| tree | cd2eccdbe3fc857ad3a262cdcd78867b2708fde9 | |
| parent | da89b4c3ed77d2292ee3206d417fe4c75124c447 (diff) | |
| download | poky-681bfd4fe366da0aaadcf7477f4718f95d06eeae.tar.gz | |
neon: added --disable-gssapi
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]
(From OE-Core rev: 17a86da4f6349aea9508c3bbf5ee179e5da726a6)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/neon/neon_0.29.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/neon/neon_0.29.6.bb b/meta/recipes-support/neon/neon_0.29.6.bb index 42d5e52fef..157f711a9a 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 | |||
| 7 | DEPENDS = "zlib libxml2 expat time gnutls libproxy" | 7 | DEPENDS = "zlib libxml2 expat time gnutls libproxy" |
| 8 | DEPENDS_class-native = "zlib-native libxml2-native expat-native gnutls-native" | 8 | DEPENDS_class-native = "zlib-native libxml2-native expat-native gnutls-native" |
| 9 | 9 | ||
| 10 | PR = "r2" | 10 | PR = "r3" |
| 11 | 11 | ||
| 12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
| 13 | 13 | ||
| @@ -20,3 +20,4 @@ SRC_URI[sha256sum] = "9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b | |||
| 20 | inherit autotools binconfig lib_package pkgconfig | 20 | inherit autotools binconfig lib_package pkgconfig |
| 21 | 21 | ||
| 22 | EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" | 22 | EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" |
| 23 | EXTRA_OECONF += "--without-gssapi" | ||
