From: Wang Mingyu Date: Tue, 4 Aug 2026 04:05:03 +0000 (+0800) Subject: libgit2: upgrade 1.9.4 -> 1.9.6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ed24f38e57454e554165392ee8d1b2eec1ee032;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libgit2: upgrade 1.9.4 -> 1.9.6 License-Update: update COPYING to include PCRE2 copyright notice Remove the original PCRE copyright notice; replace it with PCRE2. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libgit2/libgit2_1.9.4.bb b/meta/recipes-support/libgit2/libgit2_1.9.6.bb similarity index 83% rename from meta/recipes-support/libgit2/libgit2_1.9.4.bb rename to meta/recipes-support/libgit2/libgit2_1.9.6.bb index 999ad6b05c..b6bce9acfa 100644 --- a/meta/recipes-support/libgit2/libgit2_1.9.4.bb +++ b/meta/recipes-support/libgit2/libgit2_1.9.6.bb @@ -1,14 +1,14 @@ SUMMARY = "the Git linkable library" HOMEPAGE = "http://libgit2.github.com/" LICENSE = "GPL-2.0-only WITH GCC-exception-2.0 AND MIT AND OpenSSL AND BSD-3-Clause AND Zlib AND ISC AND LGPL-2.1-or-later AND CC0-1.0 AND BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=8eacfdc17c8f4d219e131a073973b97d" +LIC_FILES_CHKSUM = "file://COPYING;md5=8289345c8713c385f45ec0c6c8a0d080" DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.9;protocol=https;tag=v${PV} \ file://0001-cmake-mark-system-libraries-are-private-link-librari.patch" -SRCREV = "f7164261c9bc0a7e0ebf767c584e5192810a8b24" +SRCREV = "26055f5af74ab1cf636d272e8a34315496d3f06f" inherit cmake