From 8bddba7249e5aaec5952c507c123d0269139a4ad Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 8 Sep 2021 20:01:24 +0200 Subject: libgit2: update 1.1.1 -> 1.2.0 License-Update: includes portions of openssl headers https://github.com/libgit2/libgit2/commit/0903cac1d08817e87c556f5a3e6ec881be86c7f2 (From OE-Core rev: 81a101332e7e59848165b06b734056a385e8cc3f) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/libgit2/libgit2_1.1.1.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta/recipes-support/libgit2/libgit2_1.1.1.bb (limited to 'meta/recipes-support/libgit2/libgit2_1.1.1.bb') diff --git a/meta/recipes-support/libgit2/libgit2_1.1.1.bb b/meta/recipes-support/libgit2/libgit2_1.1.1.bb deleted file mode 100644 index ae30a7a100..0000000000 --- a/meta/recipes-support/libgit2/libgit2_1.1.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -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" - -DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" - -SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.1" -SRCREV = "8a0dc6783c340e61a44c179c48f832165ad2053c" - -S = "${WORKDIR}/git" - -inherit cmake - -EXTRA_OECMAKE = "\ - -DBUILD_CLAR=OFF \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DLIB_INSTALL_DIR=${libdir} \ - -DREGEX_BACKEND='pcre2' \ -" - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf