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 | e42ce3ea63bcf488c743654e983ea018664dda06 (patch) | |
| tree | 090c4ebd999a10332d8213cbdf7cd532d1522e40 /recipes-support/libgit2/libgit2.inc | |
| parent | 0939263a7c543e4d2bd667245ce257c2a6d6b9af (diff) | |
| download | meta-updater-e42ce3ea63bcf488c743654e983ea018664dda06.tar.gz | |
Update rvi-sota-client
Change-Id: I1d5ceb776427298d46ab26dab2c822041dff00e0
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
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" | ||
