[oe] [PATCH][meta-oe][dizzy] libssh: depends fix

Martin Jansa martin.jansa at gmail.com
Thu Dec 17 12:39:20 UTC 2015


From: Armin Kuster <akuster808 at gmail.com>

the default was to build with GSSAPI enabled.

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/libssh/libssh_0.6.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/libssh/libssh_0.6.3.bb b/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
index 771a47a..0a944c6 100644
--- a/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
@@ -18,6 +18,9 @@ EXTRA_OECMAKE = " \
     -DWITH_ZLIB=1 \
     "
 
+PACKAGECONFIG ??=""
+PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, "
+
 inherit cmake
 
 do_configure_prepend () {
-- 
2.6.4




More information about the Openembedded-devel mailing list