diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-07-14 14:25:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-16 21:23:44 +0100 |
commit | a51c307509646ef114fff1628dec306441143237 (patch) | |
tree | d856330e7e3ff1dcdea5ee32e50418c71cb4f440 /meta/recipes-support/libgit2 | |
parent | f2630551a268d33c9da2b3fdf2ae1a8f42b45d07 (diff) | |
download | poky-a51c307509646ef114fff1628dec306441143237.tar.gz |
libgit2: upgrade 1.1.0 -> 1.1.1
(From OE-Core rev: cb5734550778a37c0140f63d337fc72168836bb9)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgit2')
-rw-r--r-- | meta/recipes-support/libgit2/libgit2_1.1.1.bb (renamed from meta/recipes-support/libgit2/libgit2_1.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.1.0.bb b/meta/recipes-support/libgit2/libgit2_1.1.1.bb index 2bbf59ea74..ae30a7a100 100644 --- a/meta/recipes-support/libgit2/libgit2_1.1.0.bb +++ b/meta/recipes-support/libgit2/libgit2_1.1.1.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5b002a195fb7ea2d8d583f07eaff3a8e" | |||
6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" | 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.1" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.1" |
9 | SRCREV = "7f4fa178629d559c037a1f72f79f79af9c1ef8ce" | 9 | SRCREV = "8a0dc6783c340e61a44c179c48f832165ad2053c" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||