From c88257609c2d141d9993dbb03de9aba804570d6d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 4 Dec 2024 07:49:07 +0100 Subject: libgit2: update 1.8.2 -> 1.8.4 (From OE-Core rev: b67904b25834b32228a72dc8b0baad591e51f975) Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-support/libgit2/libgit2_1.8.2.bb | 21 --------------------- meta/recipes-support/libgit2/libgit2_1.8.4.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-support/libgit2/libgit2_1.8.2.bb create mode 100644 meta/recipes-support/libgit2/libgit2_1.8.4.bb diff --git a/meta/recipes-support/libgit2/libgit2_1.8.2.bb b/meta/recipes-support/libgit2/libgit2_1.8.2.bb deleted file mode 100644 index b0f13a26d3..0000000000 --- a/meta/recipes-support/libgit2/libgit2_1.8.2.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "the Git linkable library" -HOMEPAGE = "http://libgit2.github.com/" -LICENSE = "GPL-2.0-with-GCC-exception & MIT & OpenSSL & BSD-3-Clause & Zlib & ISC & LGPL-2.1-or-later & CC0-1.0 & BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=8eacfdc17c8f4d219e131a073973b97d" - -DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" - -SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main;protocol=https" -SRCREV = "4ce872a0fd5f40fc4282befd9b72e9ddebd22d02" - -S = "${WORKDIR}/git" - -inherit cmake - -EXTRA_OECMAKE = "\ - -DBUILD_TESTS=OFF \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DREGEX_BACKEND='pcre2' \ -" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-support/libgit2/libgit2_1.8.4.bb b/meta/recipes-support/libgit2/libgit2_1.8.4.bb new file mode 100644 index 0000000000..63986fcd13 --- /dev/null +++ b/meta/recipes-support/libgit2/libgit2_1.8.4.bb @@ -0,0 +1,21 @@ +SUMMARY = "the Git linkable library" +HOMEPAGE = "http://libgit2.github.com/" +LICENSE = "GPL-2.0-with-GCC-exception & MIT & OpenSSL & BSD-3-Clause & Zlib & ISC & LGPL-2.1-or-later & CC0-1.0 & BSD-2-Clause" +LIC_FILES_CHKSUM = "file://COPYING;md5=8eacfdc17c8f4d219e131a073973b97d" + +DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" + +SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.8;protocol=https" +SRCREV = "3f4182d15eab74a302718f2de454ffadb1995626" + +S = "${WORKDIR}/git" + +inherit cmake + +EXTRA_OECMAKE = "\ + -DBUILD_TESTS=OFF \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DREGEX_BACKEND='pcre2' \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf