diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:49:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-05 17:07:10 +0000 |
commit | c88257609c2d141d9993dbb03de9aba804570d6d (patch) | |
tree | 66dcb69ef6d03c8ce88061ae56455bb171ea563b /meta | |
parent | 995f7c1778f999b649292d6b5dbec87dcdd0ed02 (diff) | |
download | poky-c88257609c2d141d9993dbb03de9aba804570d6d.tar.gz |
libgit2: update 1.8.2 -> 1.8.4
(From OE-Core rev: b67904b25834b32228a72dc8b0baad591e51f975)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libgit2/libgit2_1.8.4.bb (renamed from meta/recipes-support/libgit2/libgit2_1.8.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.8.2.bb b/meta/recipes-support/libgit2/libgit2_1.8.4.bb index b0f13a26d3..63986fcd13 100644 --- a/meta/recipes-support/libgit2/libgit2_1.8.2.bb +++ b/meta/recipes-support/libgit2/libgit2_1.8.4.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8eacfdc17c8f4d219e131a073973b97d" | |||
5 | 5 | ||
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;protocol=https" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.8;protocol=https" |
9 | SRCREV = "4ce872a0fd5f40fc4282befd9b72e9ddebd22d02" | 9 | SRCREV = "3f4182d15eab74a302718f2de454ffadb1995626" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||