diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-03 08:57:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2016-11-03 08:57:07 +0000 |
commit | f2c7bb693b95a1ffb3d0ca455a1f12563195288a (patch) | |
tree | e45963126082ac239dfb5634892002090194567d /recipes-support/libgit2/libgit2.inc | |
parent | a212922c56f6e7b13dcbbc83270d2444cde4d8f2 (diff) | |
parent | e42ce3ea63bcf488c743654e983ea018664dda06 (diff) | |
download | meta-updater-f2c7bb693b95a1ffb3d0ca455a1f12563195288a.tar.gz |
Merge "Update rvi-sota-client"
Diffstat (limited to 'recipes-support/libgit2/libgit2.inc')
-rw-r--r-- | recipes-support/libgit2/libgit2.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-support/libgit2/libgit2.inc b/recipes-support/libgit2/libgit2.inc new file mode 100644 index 0000000..fe0f647 --- /dev/null +++ b/recipes-support/libgit2/libgit2.inc | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "the Git linkable library" | ||
2 | HOMEPAGE = "http://libgit2.github.com/" | ||
3 | LICENSE = "GPL-2.0-with-GCC-exception" | ||
4 | |||
5 | DEPENDS = "openssl zlib" | ||
6 | |||
7 | inherit cmake | ||
8 | |||
9 | # CLAR = tests, needs python-native | ||
10 | EXTRA_OECMAKE = "\ | ||
11 | -DTHREADSAFE=ON \ | ||
12 | -DBUILD_CLAR=OFF \ | ||
13 | -DSHA1_TYPE="builtin" \ | ||
14 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ | ||
15 | -DBUILD_SHARED_LIBS=OFF \ | ||
16 | -DBUILD_EXAMPLES=OFF \ | ||
17 | " | ||
18 | |||
19 | BBCLASSEXTEND = "native" | ||