diff options
author | Nicolas Cavallari <nicolas.cavallari@green-communications.fr> | 2018-02-14 12:13:51 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-20 22:24:37 +0200 |
commit | 02f6e638c877ebc5b1d142bee077d6a241b99474 (patch) | |
tree | c24872c3395c46fd0f52ff857141cb34275260f7 /package/libgit2/libgit2.hash | |
parent | 44acf13f65a328592e431c7992ff1eab2e124b77 (diff) | |
download | buildroot-02f6e638c877ebc5b1d142bee077d6a241b99474.tar.gz buildroot-02f6e638c877ebc5b1d142bee077d6a241b99474.zip |
libgit2: new package
Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
[Thomas:
- Do not select BR2_PACKAGE_ZLIB, because zlib is an optional
dependency.
- Handle optional dependencies in a more usual way in libgit2.mk:
group the addition in _DEPENDENCIES and in _CONF_OPTS for a given
library together.
- libgit2 can optionally use libssh2, not libssh.
- Add the optional dependency on zlib.
- Always pass USE_ICONV=ON, the detection works perfectly fine, with
both a C library providing iconv support built-in, and with
libiconv. If neither provides iconv, it gets disabled automatically
as expected.
- Add libiconv as an optional dependency.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/libgit2/libgit2.hash')
-rw-r--r-- | package/libgit2/libgit2.hash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libgit2/libgit2.hash b/package/libgit2/libgit2.hash new file mode 100644 index 0000000000..cc09af3627 --- /dev/null +++ b/package/libgit2/libgit2.hash @@ -0,0 +1,3 @@ +# Locally calculated +sha256 6a62393e0ceb37d02fe0d5707713f504e7acac9006ef33da1e88960bd78b6eac libgit2-v0.26.0.tar.gz +sha256 d9a8038088df84fde493fa33a0f1e537252eeb9642122aa4b862690197152813 COPYING |