]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgit2: update 1.3.0 -> 1.4.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 17 Feb 2022 16:09:23 +0000 (17:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Feb 2022 17:56:52 +0000 (17:56 +0000)
License-Update: regex replaced with pcre, overall licensing doesn't change

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libgit2/libgit2_1.4.0.bb [moved from meta/recipes-support/libgit2/libgit2_1.3.0.bb with 79% similarity]

similarity index 79%
rename from meta/recipes-support/libgit2/libgit2_1.3.0.bb
rename to meta/recipes-support/libgit2/libgit2_1.4.0.bb
index de913c780dba9c97db0e8603cf8bfcd3cda40205..4dd32a75cc783052c145df17b2e5805c292b00ed 100644 (file)
@@ -1,12 +1,12 @@
 SUMMARY = "the Git linkable library"
 HOMEPAGE = "http://libgit2.github.com/"
 LICENSE = "GPL-2.0-with-GCC-exception & MIT & openssl"
-LIC_FILES_CHKSUM = "file://COPYING;md5=73fa96e40ce64f79bab087c7e1deeacd"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e5a9227de4cb6afb5d35ed7b0fdf480d"
 
 DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
 
 SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main;protocol=https"
-SRCREV = "b7bad55e4bb0a285b073ba5e02b01d3f522fc95d"
+SRCREV = "1d5b9bd86dccc7347aaadf5e3ab122eed9413404"
 
 S = "${WORKDIR}/git"