summaryrefslogtreecommitdiffstats
path: root/meta-sota/recipes-support/libgit2/libgit2.inc
blob: fe0f6476396ad1c12bf64d3aa001383f8cc731c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "the Git linkable library"
HOMEPAGE = "http://libgit2.github.com/"
LICENSE = "GPL-2.0-with-GCC-exception"

DEPENDS = "openssl zlib"

inherit cmake

# CLAR = tests, needs python-native
EXTRA_OECMAKE = "\
 -DTHREADSAFE=ON \
 -DBUILD_CLAR=OFF \
 -DSHA1_TYPE="builtin" \
 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 -DBUILD_SHARED_LIBS=OFF \
 -DBUILD_EXAMPLES=OFF \
"

BBCLASSEXTEND = "native"