summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libgit2
Commit message (Collapse)AuthorAgeFilesLines
* libgit2: remove the recipe since it moved to oe-coreRandy MacLeod2021-02-251-22/+0
| | | | | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: update to 1.1.0Oleksandr Kravchuk2021-02-111-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: upgrade 1.0.0 -> 1.0.1Andreas Müller2020-06-201-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: Enable pcre2 regexp backendKhem Raj2020-05-041-1/+2
| | | | | | | | | | 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>
* libgit2: Update to v1.0.0Alistair Francis2020-05-041-3/+3
| | | | | Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: Upgrade to 0.28.4Khem Raj2019-12-191-1/+2
| | | | | | Fix library install path to consider multilib as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: Don't pass parameters with their default values to cmakeAdrian Bunk2019-08-291-4/+0
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: Upgrade 0.27.9 -> 0.28.3Adrian Bunk2019-08-271-2/+2
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: Upgrade 0.27.8 -> 0.27.9Adrian Bunk2019-08-191-2/+1
| | | | | | | 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>
* libgit2: upgrade 0.27.4 -> 0.27.8Andreas Müller2019-01-301-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: Fix install for multilibAndreas Müller2019-01-301-5/+6
| | | | | | | | | | | | | | | | 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>
* libgit2: Upgrade to 0.27.5Khem Raj2018-10-251-3/+3
| | | | | | add missing dep on libgcrypt Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: Upgrade to 0.27.4Khem Raj2018-09-051-4/+5
| | | | | | | 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>
* libgit2: Update to 0.24.3Khem Raj2016-11-261-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgit2: add dependency on libssh2Martin Jansa2016-09-261-1/+1
| | | | | | | | | * 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>
* libgit2: add a recipe for libgit2 version 0.24.1Derek Straka2016-08-081-0/+23
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>