Merge pull request #91 from meta-rust/fix-ssh-support
libgit2: add missing dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user