diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-05-27 20:12:03 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-30 09:04:14 +0100 |
| commit | 90d169ff4851911b46b864920f86cc383bfaebcd (patch) | |
| tree | 7bd371294b3cf155738aeb4214d8a859db9d9771 /meta/recipes-support/libgit2/libgit2_1.8.1.bb | |
| parent | ab0b75eeda16b8cd74fb7b3fe152388cbfbb536e (diff) | |
| download | poky-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.bb | 21 |
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 @@ | |||
| 1 | SUMMARY = "the Git linkable library" | ||
| 2 | HOMEPAGE = "http://libgit2.github.com/" | ||
| 3 | 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" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8eacfdc17c8f4d219e131a073973b97d" | ||
| 5 | |||
| 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main;protocol=https" | ||
| 9 | SRCREV = "36f7e21ad757a3dacc58cf7944329da6bc1d6e96" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit cmake | ||
| 14 | |||
| 15 | EXTRA_OECMAKE = "\ | ||
| 16 | -DBUILD_TESTS=OFF \ | ||
| 17 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ | ||
| 18 | -DREGEX_BACKEND='pcre2' \ | ||
| 19 | " | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native" | ||
