diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-19 17:33:31 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 17:42:25 +0100 |
| commit | 98de4680549556fc3a5d55ceb9fba492236b7f43 (patch) | |
| tree | d975340571011d871a2e3cbab1d338c54a3ef36b /meta/recipes-support/libgit2/libgit2_1.2.0.bb | |
| parent | a901b318880035340a63ecb5e9a94d64555571b9 (diff) | |
| download | poky-98de4680549556fc3a5d55ceb9fba492236b7f43.tar.gz | |
libgit2: update 1.2.0 -> 1.3.0
(From OE-Core rev: d8735cacb0e573ac91c3aee3e3e573d804646c63)
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.2.0.bb')
| -rw-r--r-- | meta/recipes-support/libgit2/libgit2_1.2.0.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.2.0.bb b/meta/recipes-support/libgit2/libgit2_1.2.0.bb deleted file mode 100644 index 6df42e473f..0000000000 --- a/meta/recipes-support/libgit2/libgit2_1.2.0.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SUMMARY = "the Git linkable library" | ||
| 2 | HOMEPAGE = "http://libgit2.github.com/" | ||
| 3 | LICENSE = "GPL-2.0-with-GCC-exception & MIT & openssl" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=73fa96e40ce64f79bab087c7e1deeacd" | ||
| 5 | |||
| 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main" | ||
| 9 | SRCREV = "4fd32be01c79a5c003bb47674ac1d76d948518b7" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit cmake | ||
| 14 | |||
| 15 | EXTRA_OECMAKE = "\ | ||
| 16 | -DBUILD_CLAR=OFF \ | ||
| 17 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ | ||
| 18 | -DLIB_INSTALL_DIR=${libdir} \ | ||
| 19 | -DREGEX_BACKEND='pcre2' \ | ||
| 20 | " | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native" | ||
