diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-08-24 20:03:44 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-27 12:11:15 -0700 |
commit | bcd89f7cd99ad7e9a0b9ac27e42af77ee87b3b23 (patch) | |
tree | ed255394227191d334ba46e2f5aec1b468800864 | |
parent | fa00c98d692e5a33f8e2be6bb8ce5d85b9b25792 (diff) | |
download | meta-openembedded-bcd89f7cd99ad7e9a0b9ac27e42af77ee87b3b23.tar.gz |
libgit2: Upgrade 0.27.9 -> 0.28.3
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb (renamed from meta-oe/recipes-support/libgit2/libgit2_0.27.9.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.27.9.bb b/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb index 3ef7bee43..f02f5e738 100644 --- a/meta-oe/recipes-support/libgit2/libgit2_0.27.9.bb +++ b/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b" | |||
5 | 5 | ||
6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt" | 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.27" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.28" |
9 | SRCREV = "3828d7afdd08b595584048e8e4dab6ddd4506ed1" | 9 | SRCREV = "7ce88e66a19e3b48340abcdd86aeaae1882e63cc" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||