diff options
Diffstat (limited to 'meta-sota/recipes-support/libgit2/libgit2.inc')
-rw-r--r-- | meta-sota/recipes-support/libgit2/libgit2.inc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-sota/recipes-support/libgit2/libgit2.inc b/meta-sota/recipes-support/libgit2/libgit2.inc deleted file mode 100644 index fe0f647..0000000 --- a/meta-sota/recipes-support/libgit2/libgit2.inc +++ /dev/null @@ -1,19 +0,0 @@ -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" |