aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-06-20 23:20:19 +0200
committerKhem Raj <raj.khem@gmail.com>2020-06-20 16:44:45 -0700
commitce47a064df86674cce89dacb416c118cd9b9379e (patch)
tree9fa0158457ad5554e0e29e80c2923d4e3ea063ea
parent63a4a5450063cbd7ffca27f8b3fa607609f1fe1a (diff)
downloadmeta-openembedded-contrib-ce47a064df86674cce89dacb416c118cd9b9379e.tar.gz
libgit2: upgrade 1.0.0 -> 1.0.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libgit2/libgit2_1.0.1.bb (renamed from meta-oe/recipes-support/libgit2/libgit2_1.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgit2/libgit2_1.0.0.bb b/meta-oe/recipes-support/libgit2/libgit2_1.0.1.bb
index 74343683f9..363ed4d650 100644
--- a/meta-oe/recipes-support/libgit2/libgit2_1.0.0.bb
+++ b/meta-oe/recipes-support/libgit2/libgit2_1.0.1.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5b002a195fb7ea2d8d583f07eaff3a8e"
DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.0"
-SRCREV = "7d3c7057f0e774aecd6fc4ef8333e69e5c4873e0"
+SRCREV = "0ced29612dacb67eefe0c562a5c1d3aab21cce96"
S = "${WORKDIR}/git"