[oe] [meta-oe][PATCH 2/2] libssh: fix krb5 rdepends issue

Armin Kuster akuster808 at gmail.com
Tue Jan 6 16:01:07 UTC 2015


the default is to build with GSSAPI enable so we need
krb5 support.

Signed-off-by: Armin Kuster <akuster808 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..9c5ebf5 100644
--- a/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
+++ b/meta-oe/recipes-support/libssh/libssh_0.6.3.bb
@@ -27,3 +27,6 @@ do_configure_prepend () {
 }
 
 FILES_${PN}-dev += "${libdir}/cmake"
+
+# This builds with GSSAPI enabled as default
+RDEPENDS_${PN} = "krb5"
-- 
1.9.1




More information about the Openembedded-devel mailing list