From 5975292b62ec2204c9f6bfbd702aa3fe8a997a8a Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 30 Sep 2016 15:13:55 -0500 Subject: [PATCH] libgit2: add missing dependencies Without these dependencies cargo is unable to fetch packages from SSH based repos. This same fix is already upstream in meta-oe master at: http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb --- 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 e0ef390..801054d 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-GCC-exception" -DEPENDS = "openssl zlib" +DEPENDS = "curl openssl zlib libssh2" inherit cmake