diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-19 17:33:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 17:42:25 +0100 |
commit | 98de4680549556fc3a5d55ceb9fba492236b7f43 (patch) | |
tree | d975340571011d871a2e3cbab1d338c54a3ef36b /meta/recipes-support | |
parent | a901b318880035340a63ecb5e9a94d64555571b9 (diff) | |
download | poky-98de4680549556fc3a5d55ceb9fba492236b7f43.tar.gz |
libgit2: update 1.2.0 -> 1.3.0
(From OE-Core rev: d8735cacb0e573ac91c3aee3e3e573d804646c63)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libgit2/libgit2_1.3.0.bb (renamed from meta/recipes-support/libgit2/libgit2_1.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.2.0.bb b/meta/recipes-support/libgit2/libgit2_1.3.0.bb index 6df42e473f..bf625c325d 100644 --- a/meta/recipes-support/libgit2/libgit2_1.2.0.bb +++ b/meta/recipes-support/libgit2/libgit2_1.3.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73fa96e40ce64f79bab087c7e1deeacd" | |||
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=main" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main" |
9 | SRCREV = "4fd32be01c79a5c003bb47674ac1d76d948518b7" | 9 | SRCREV = "b7bad55e4bb0a285b073ba5e02b01d3f522fc95d" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||