diff mbox series

[14/26] libgit2: update 1.5.1 -> 1.6.2

Message ID 20230309151958.3619193-14-alex@linutronix.de
State New
Headers show
Series [01/26] devtool/upgrade: do not delete the workspace/recipes directory | expand

Commit Message

Alexander Kanavin March 9, 2023, 3:19 p.m. UTC
License-Update: added bsd-2-clause due to
https://github.com/libgit2/libgit2/commit/aa1605dd1484cf7350d736c7677c7a9ee6352316

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../libgit2/{libgit2_1.5.1.bb => libgit2_1.6.2.bb}        | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-support/libgit2/{libgit2_1.5.1.bb => libgit2_1.6.2.bb} (64%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libgit2/libgit2_1.5.1.bb b/meta/recipes-support/libgit2/libgit2_1.6.2.bb
similarity index 64%
rename from meta/recipes-support/libgit2/libgit2_1.5.1.bb
rename to meta/recipes-support/libgit2/libgit2_1.6.2.bb
index 59866ce385..25108ed56c 100644
--- a/meta/recipes-support/libgit2/libgit2_1.5.1.bb
+++ b/meta/recipes-support/libgit2/libgit2_1.6.2.bb
@@ -1,12 +1,12 @@ 
 SUMMARY = "the Git linkable library"
 HOMEPAGE = "http://libgit2.github.com/"
-LICENSE = "GPL-2.0-with-GCC-exception & MIT & OpenSSL & BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=112e6bb421dea73cd41de09e777f2d2c"
+LICENSE = "GPL-2.0-with-GCC-exception & MIT & OpenSSL & BSD-3-Clause & BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://COPYING;md5=5bdf47bbc9a39dc6ce076d59e322dc17"
 
 DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
 
-SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.5;protocol=https"
-SRCREV = "42e5db98b963ae503229c63e44e06e439df50e56"
+SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main;protocol=https"
+SRCREV = "25ec37379ed07b10c4ecc6143cf6018cabc8f857"
 
 S = "${WORKDIR}/git"