From f762eba941f7c61df2fc0a35566c45c72ac3ab3f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 25 Oct 2018 13:47:20 -0700 Subject: libgit2: Upgrade to 0.27.5 add missing dep on libgcrypt Signed-off-by: Khem Raj --- meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-oe/recipes-support/libgit2') diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb b/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb index 59fb09c65b..e7f7688922 100644 --- a/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb +++ b/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb @@ -3,11 +3,11 @@ HOMEPAGE = "http://libgit2.github.com/" LICENSE = "GPL-2.0-with-GCC-exception & MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b" -DEPENDS = "curl openssl zlib libssh2" +DEPENDS = "curl openssl zlib libssh2 libgcrypt" SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.27" -#v0.27.4 -SRCREV = "8b89f362a34fcccdf1c6c5f3445895b71d9c6d56" +#v0.27.5 +SRCREV = "8e0b172981a046d19f1d9efa5acd6186bccbd3ce" S = "${WORKDIR}/git" -- cgit 1.2.3-korg