Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "the Git linkable library" |
| 2 | HOMEPAGE = "http://libgit2.github.com/" |
| 3 | LICENSE = "GPL-2.0-with-GCC-exception" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48bc2" |
| 5 | |
| 6 | DEPENDS = "curl openssl zlib libssh2" |
| 7 | |
| 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.24" |
| 9 | SRCREV = "4cf1ec7cff28da8838a2f0a9fb330e312ea3f963" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | inherit cmake |
| 14 | |
| 15 | EXTRA_OECMAKE = "\ |
| 16 | -DTHREADSAFE=ON \ |
| 17 | -DBUILD_CLAR=OFF \ |
| 18 | -DSHA1_TYPE="builtin" \ |
| 19 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ |
| 20 | -DBUILD_EXAMPLES=OFF \ |
| 21 | " |
| 22 | |
| 23 | BBCLASSEXTEND = "native" |