summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb b/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
index dbcbb7a23f..092a6740d4 100644
--- a/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
+++ b/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://libgit2.github.com/"
3LICENSE = "GPL-2.0-with-GCC-exception" 3LICENSE = "GPL-2.0-with-GCC-exception"
4LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48bc2" 4LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48bc2"
5 5
6DEPENDS = "curl openssl zlib" 6DEPENDS = "curl openssl zlib libssh2"
7 7
8SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.24" 8SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.24"
9SRCREV = "211e117a0590583a720c53172406f34186c543bd" 9SRCREV = "211e117a0590583a720c53172406f34186c543bd"