14 Commits

Author SHA1 Message Date
Andreas Müller
ce47a064df libgit2: upgrade 1.0.0 -> 1.0.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-20 16:44:45 -07:00
Khem Raj
7d137c5b21 libgit2: Enable pcre2 regexp backend
As a side effect it helps the builds where pcre is staged in native
sysroot and CMake system is confusing that and adds it to linker
cmdline, its evident with clang as cross compiler since it brings
libpcre-native into native sysroot

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Alistair Francis <alistair@alistair23.me>
2020-05-04 12:15:50 -07:00
Alistair Francis
14894a4c44 libgit2: Update to v1.0.0
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-04 12:15:50 -07:00
Khem Raj
7b39ea059a libgit2: Upgrade to 0.28.4
Fix library install path to consider multilib as well

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-19 11:02:29 -08:00
Adrian Bunk
da358cf1f0 libgit2: Don't pass parameters with their default values to cmake
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-29 09:06:54 -07:00
Adrian Bunk
bcd89f7cd9 libgit2: Upgrade 0.27.9 -> 0.28.3
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-27 12:11:15 -07:00
Adrian Bunk
87c9da253c libgit2: Upgrade 0.27.8 -> 0.27.9
This is a security release on the 0.27 branch.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-19 14:35:43 -07:00
Andreas Müller
1234670bb3 libgit2: upgrade 0.27.4 -> 0.27.8
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-30 17:18:52 -08:00
Andreas Müller
e871514112 libgit2: Fix install for multilib
| ERROR: libgit2-0.27.4-r0 do_package: QA Issue: libgit2: Files/directories were installed but not shipped in any package:
|   /usr/lib/libgit2.so.0.27.5
|   /usr/lib/libgit2.so.27
|   /usr/lib/libgit2.so
|   /usr/lib/pkgconfig
|   /usr/lib/pkgconfig/libgit2.pc
| Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.

+ reduce 8 spaces by 4

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-30 17:18:52 -08:00
Khem Raj
f762eba941 libgit2: Upgrade to 0.27.5
add missing dep on libgcrypt

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-25 13:48:16 -07:00
Khem Raj
45d78539ae libgit2: Upgrade to 0.27.4
License Update: Added SHA1 module which is under MIT license
Upgrade will fix build with openSSL 1.1+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-05 08:04:22 -07:00
Khem Raj
e4f6f96f90 libgit2: Update to 0.24.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-26 01:07:03 +01:00
Martin Jansa
5d131fd4f6 libgit2: add dependency on libssh2
* autodetected as reported in bitbake world status e-mails:
  libgit2-0.24.1: libgit2 rdepends on libssh2, but it isn't a build dependency, missing libssh2 in DEPENDS or PACKAGECONFIG? [build-deps]
* log.do_package:
  DEBUG: libgit2: Dependency libssh2.so.1 requires package libssh2 (used by files: /OE/build/oe-core/tmp-glibc/work/i586-oe-linux/libgit2/0.24.1-r0/packages-split/libgit2/usr/lib/libgit2.so.0.24.0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26 08:29:09 +02:00
Derek Straka
e231b02804 libgit2: add a recipe for libgit2 version 0.24.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-08 13:54:06 +02:00