summaryrefslogtreecommitdiffstats
path: root/meta-oe
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 /meta-oe
parent63a4a5450063cbd7ffca27f8b3fa607609f1fe1a (diff)
downloadmeta-openembedded-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>
Diffstat (limited to 'meta-oe')
-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 74343683f..363ed4d65 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"
6DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" 6DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
7 7
8SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.0" 8SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.0"
9SRCREV = "7d3c7057f0e774aecd6fc4ef8333e69e5c4873e0" 9SRCREV = "0ced29612dacb67eefe0c562a5c1d3aab21cce96"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12