From 8e0b26373310afc2563361de03eae35f9cec9edc Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 30 Jun 2016 08:28:22 -0500 Subject: [PATCH] libgit2: add a dependency on openssl If this dependency is missing its possible that openssl won't be built before libgit2 is built and then we won't have git support over SSL which leaves out a lot of git repos. --- recipes-deps/libgit2/libgit2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-deps/libgit2/libgit2.inc b/recipes-deps/libgit2/libgit2.inc index 10958bd..bce48dd 100644 --- a/recipes-deps/libgit2/libgit2.inc +++ b/recipes-deps/libgit2/libgit2.inc @@ -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