Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "the Git linkable library" |
| 2 | HOMEPAGE = "http://libgit2.github.com/" |
| 3 | LICENSE = "GPL-2.0-with-GCC-exception & MIT" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b" |
| 5 | |
| 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt" |
| 7 | |
Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.28" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 9 | SRCREV = "106a5f27586504ea371528191f0ea3aac2ad432b" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit cmake |
| 14 | |
| 15 | EXTRA_OECMAKE = "\ |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 16 | -DBUILD_CLAR=OFF \ |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 17 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 18 | -DLIB_INSTALL_DIR=${libdir} \ |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 19 | " |
| 20 | |
| 21 | BBCLASSEXTEND = "native" |