Merge pull request #91 from meta-rust/fix-ssh-support

libgit2: add missing dependencies
This commit is contained in:
Derek Straka
2016-09-30 17:06:16 -04:00
committed by GitHub

View File

@@ -2,7 +2,7 @@ SUMMARY = "the Git linkable library"
HOMEPAGE = "http://libgit2.github.com/"
LICENSE = "GPL-2.0-with-GCC-exception"
DEPENDS = "openssl zlib"
DEPENDS = "curl openssl zlib libssh2"
inherit cmake