summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb6
1 files changed, 3 insertions, 3 deletions
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/"
3LICENSE = "GPL-2.0-with-GCC-exception & MIT" 3LICENSE = "GPL-2.0-with-GCC-exception & MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b" 4LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b"
5 5
6DEPENDS = "curl openssl zlib libssh2" 6DEPENDS = "curl openssl zlib libssh2 libgcrypt"
7 7
8SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.27" 8SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.27"
9#v0.27.4 9#v0.27.5
10SRCREV = "8b89f362a34fcccdf1c6c5f3445895b71d9c6d56" 10SRCREV = "8e0b172981a046d19f1d9efa5acd6186bccbd3ce"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13