diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-28 14:08:40 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-10-31 18:21:26 +0100 |
commit | bbe9cf8fe9b1377e6f08c391df4308776d29e141 (patch) | |
tree | 01d309f441b157b4a42751825ff6efe282dcb730 /meta-sota/recipes-support/libgit2/libgit2.inc | |
parent | 9df92779f86367df2dc0a794b1fb4ae954609b7d (diff) |
Update rvi-sota-client
Change-Id: I1d5ceb776427298d46ab26dab2c822041dff00e0
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/recipes-support/libgit2/libgit2.inc')
-rw-r--r-- | meta-sota/recipes-support/libgit2/libgit2.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-sota/recipes-support/libgit2/libgit2.inc b/meta-sota/recipes-support/libgit2/libgit2.inc new file mode 100644 index 0000000..fe0f647 --- /dev/null +++ b/meta-sota/recipes-support/libgit2/libgit2.inc @@ -0,0 +1,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" |