[oe-commits] Armin Kuster : libssh: depends fix

git at git.openembedded.org git at git.openembedded.org
Thu Jan 15 15:38:08 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: dadf58542803e596f8984a390091c50a425f8825
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=dadf58542803e596f8984a390091c50a425f8825

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Mon Jan 12 04:22:28 2015 -0800

libssh: depends fix

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_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/libssh/libssh_git.bb b/meta-oe/recipes-support/libssh/libssh_git.bb
index d21bdc3..47fb39a 100644
--- a/meta-oe/recipes-support/libssh/libssh_git.bb
+++ b/meta-oe/recipes-support/libssh/libssh_git.bb
@@ -20,6 +20,9 @@ EXTRA_OECMAKE = " \
     -DWITH_ZLIB=1 \
     "
 
+PACKAGECONFIG ??=""
+PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, "
+
 inherit cmake
 
 do_configure_prepend () {



More information about the Openembedded-commits mailing list