Merge pull request #56 from starlab-io/libgit2-depend

libgit2: add a dependency on openssl
This commit is contained in:
Derek Straka
2016-07-01 10:43:14 -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-linking-exception"
DEPENDS = "zlib"
DEPENDS = "openssl zlib"
inherit cmake