From 1f0674350fc0264399983863d43fbbff84d2f2ba Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Mon, 12 Jan 2015 04:22:28 -0800 Subject: libssh: depends fix the default was to build with GSSAPI enabled. Signed-off-by: Armin Kuster Signed-off-by: Martin Jansa --- 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 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 () { -- cgit 1.2.3-korg