From dadf58542803e596f8984a390091c50a425f8825 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_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/libssh/libssh_git.bb b/meta-oe/recipes-support/libssh/libssh_git.bb index d21bdc3355..47fb39a5b6 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 () { -- cgit 1.2.3-korg