aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-01-12 04:22:28 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-17 13:39:03 +0100
commit1f0674350fc0264399983863d43fbbff84d2f2ba (patch)
tree3649a47c511274bc74dab9c0dd264bc229746a71
parente52f3c1d15f69e86d0ef0bb37b03cb3c874709e1 (diff)
downloadmeta-openembedded-1f0674350fc0264399983863d43fbbff84d2f2ba.tar.gz
libssh: depends fix
the default was to build with GSSAPI enabled. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/libssh/libssh_0.6.3.bb3
1 files changed, 3 insertions, 0 deletions
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 771a47a6c0..0a944c60b9 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 () {