From: Sudip Mukherjee Date: Thu, 3 Aug 2023 06:27:21 +0000 (+0100) Subject: libgit2: upgrade to v1.7.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~163 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=02f34e608197a9a270704dd76e460df8ee0bf6f0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libgit2: upgrade to v1.7.0 Signed-off-by: Sudip Mukherjee Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-support/libgit2/libgit2_1.6.4.bb b/meta/recipes-support/libgit2/libgit2_1.7.0.bb similarity index 89% rename from meta/recipes-support/libgit2/libgit2_1.6.4.bb rename to meta/recipes-support/libgit2/libgit2_1.7.0.bb index ffe00d86537..15a91cfb272 100644 --- a/meta/recipes-support/libgit2/libgit2_1.6.4.bb +++ b/meta/recipes-support/libgit2/libgit2_1.7.0.bb @@ -5,8 +5,8 @@ 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.6;protocol=https" -SRCREV = "e6325351ceee58cf56f58bdce61b38907805544f" +SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.7;protocol=https" +SRCREV = "3e2baa6d0bfb42f9016e24cba1733a6ae26a8ae6" S = "${WORKDIR}/git"