From 81a101332e7e59848165b06b734056a385e8cc3f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 8 Sep 2021 20:01:24 +0200 Subject: [PATCH] libgit2: update 1.1.1 -> 1.2.0 License-Update: includes portions of openssl headers https://github.com/libgit2/libgit2/commit/0903cac1d08817e87c556f5a3e6ec881be86c7f2 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../libgit2/{libgit2_1.1.1.bb => libgit2_1.2.0.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/libgit2/{libgit2_1.1.1.bb => libgit2_1.2.0.bb} (59%) diff --git a/meta/recipes-support/libgit2/libgit2_1.1.1.bb b/meta/recipes-support/libgit2/libgit2_1.2.0.bb similarity index 59% rename from meta/recipes-support/libgit2/libgit2_1.1.1.bb rename to meta/recipes-support/libgit2/libgit2_1.2.0.bb index ae30a7a100..6df42e473f 100644 --- a/meta/recipes-support/libgit2/libgit2_1.1.1.bb +++ b/meta/recipes-support/libgit2/libgit2_1.2.0.bb @@ -1,12 +1,12 @@ SUMMARY = "the Git linkable library" HOMEPAGE = "http://libgit2.github.com/" -LICENSE = "GPL-2.0-with-GCC-exception & MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=5b002a195fb7ea2d8d583f07eaff3a8e" +LICENSE = "GPL-2.0-with-GCC-exception & MIT & openssl" +LIC_FILES_CHKSUM = "file://COPYING;md5=73fa96e40ce64f79bab087c7e1deeacd" DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" -SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.1" -SRCREV = "8a0dc6783c340e61a44c179c48f832165ad2053c" +SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main" +SRCREV = "4fd32be01c79a5c003bb47674ac1d76d948518b7" S = "${WORKDIR}/git" -- 2.40.1