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" |
| 9 | SRCREV = "7ce88e66a19e3b48340abcdd86aeaae1882e63cc" |
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 | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 18 | " |
| 19 | |
| 20 | BBCLASSEXTEND = "native" |