diff options
-rw-r--r-- | meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb (renamed from meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb) | 2 |
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.3.bb index 092a6740d4..8f580f9ff1 100644 --- a/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb +++ b/meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48bc2" | |||
6 | DEPENDS = "curl openssl zlib libssh2" | 6 | DEPENDS = "curl openssl zlib libssh2" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.24" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.24" |
9 | SRCREV = "211e117a0590583a720c53172406f34186c543bd" | 9 | SRCREV = "4cf1ec7cff28da8838a2f0a9fb330e312ea3f963" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||