buildroot/package/libgit2/Config.in
Nicolas Cavallari 4ffd4ac383 package/libgit2: Bump to version 1.0.0
This version changes the required dependencies as well as introducing
new bundled ones...

- Switch to the tarball released by upstream.
- Start depending on httpparser, instead of using the bundled one.
- Force using regcomp instead of using a bundled pcre.
- Add license for a bundled wildmatch and sha1.

Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
[yann.morin.1998@free.fr: reorder licenses; two spaces in hash file.]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-04-17 10:58:07 +02:00

15 lines
462 B
Plaintext

config BR2_PACKAGE_LIBGIT2
bool "libgit2"
depends on !BR2_STATIC_LIBS # libhttpparser
select BR2_PACKAGE_LIBHTTPPARSER
select BR2_PACKAGE_ZLIB
help
libgit2 is a portable, pure C implementation of the Git core
methods provided as a linkable library with a solid API,
allowing to build Git functionality into your application.
https://github.com/libgit2/libgit2
comment "libgit2 needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS