summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgit2/libgit2_1.8.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-05-27 20:12:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-30 09:04:14 +0100
commit90d169ff4851911b46b864920f86cc383bfaebcd (patch)
tree7bd371294b3cf155738aeb4214d8a859db9d9771 /meta/recipes-support/libgit2/libgit2_1.8.1.bb
parentab0b75eeda16b8cd74fb7b3fe152388cbfbb536e (diff)
downloadpoky-90d169ff4851911b46b864920f86cc383bfaebcd.tar.gz
libgit2: update 1.7.2 -> 1.8.1
License-update: additional MIT-licensed components (From OE-Core rev: 2981033469d2a4e97fbe691f97c582771841c56e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgit2/libgit2_1.8.1.bb')
-rw-r--r--meta/recipes-support/libgit2/libgit2_1.8.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.8.1.bb b/meta/recipes-support/libgit2/libgit2_1.8.1.bb
new file mode 100644
index 0000000000..618a4ea6ea
--- /dev/null
+++ b/meta/recipes-support/libgit2/libgit2_1.8.1.bb
@@ -0,0 +1,21 @@
1SUMMARY = "the Git linkable library"
2HOMEPAGE = "http://libgit2.github.com/"
3LICENSE = "GPL-2.0-with-GCC-exception & MIT & OpenSSL & BSD-3-Clause & Zlib & ISC & LGPL-2.1-or-later & CC0-1.0 & BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8eacfdc17c8f4d219e131a073973b97d"
5
6DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2"
7
8SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main;protocol=https"
9SRCREV = "36f7e21ad757a3dacc58cf7944329da6bc1d6e96"
10
11S = "${WORKDIR}/git"
12
13inherit cmake
14
15EXTRA_OECMAKE = "\
16 -DBUILD_TESTS=OFF \
17 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
18 -DREGEX_BACKEND='pcre2' \
19"
20
21BBCLASSEXTEND = "native"