diff options
author | cajun-rat <p@beta16.co.uk> | 2017-04-04 14:45:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-04 14:45:31 +0200 |
commit | 610469510ec9dbac95fc415f71abdcb55e0fc18b (patch) | |
tree | bd18751638ce99904dcd68ad2eba6e6db7851f41 /recipes-support/libgit2/libgit2.inc | |
parent | feb5a6a1da2faf088d6c5d3e3eeb07471074f0bf (diff) | |
parent | 82a3c13a0b0c9979fa0812143d619748aa89c85d (diff) | |
download | meta-updater-610469510ec9dbac95fc415f71abdcb55e0fc18b.tar.gz |
Merge pull request #40 from advancedtelematic/feat/syncagl
Synchronize with AGL's meta-sota progress
Diffstat (limited to 'recipes-support/libgit2/libgit2.inc')
-rw-r--r-- | recipes-support/libgit2/libgit2.inc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-support/libgit2/libgit2.inc b/recipes-support/libgit2/libgit2.inc deleted file mode 100644 index a0da834..0000000 --- a/recipes-support/libgit2/libgit2.inc +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
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=ON \ | ||
16 | -DBUILD_EXAMPLES=OFF \ | ||
17 | " | ||
18 | |||
19 | BBCLASSEXTEND = "native" | ||