blob: 9b9c19104910ce564511d207c030ae03236ab4a4 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "the Git linkable library"
2HOMEPAGE = "http://libgit2.github.com/"
3LICENSE = "GPL-2.0-with-GCC-exception & MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b"
5
6DEPENDS = "curl openssl zlib libssh2 libgcrypt"
7
Brad Bishop0f291cc2019-09-01 15:16:57 -04008SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.28"
Brad Bishope42b3e32020-01-15 22:08:42 -05009SRCREV = "106a5f27586504ea371528191f0ea3aac2ad432b"
Brad Bishop19323692019-04-05 15:28:33 -040010
11S = "${WORKDIR}/git"
12
13inherit cmake
14
15EXTRA_OECMAKE = "\
Brad Bishop19323692019-04-05 15:28:33 -040016 -DBUILD_CLAR=OFF \
Brad Bishop19323692019-04-05 15:28:33 -040017 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
Brad Bishope42b3e32020-01-15 22:08:42 -050018 -DLIB_INSTALL_DIR=${libdir} \
Brad Bishop19323692019-04-05 15:28:33 -040019"
20
21BBCLASSEXTEND = "native"