From c1dfbd1f85ca781fadf3aff4fa5c6ffff7d4ce30 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 9 Jan 2017 17:14:36 +0200 Subject: libgit2: Remove recipe from meta-agl-extra Remove the Yocto/OE recipe for libgit2 from meta-agl-extra and use the one from layer meta-rust. Recipe libgit2 is required only for building RVI SOTA client which anyway depends on meta-rust. Bug-AGL: SPEC-385 Change-Id: I2be01d8280687b77840f693ccddc0f10732245ab Signed-off-by: Leon Anavi --- meta-sota/recipes-support/libgit2/libgit2.inc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-sota/recipes-support/libgit2/libgit2.inc (limited to 'meta-sota/recipes-support/libgit2/libgit2.inc') 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" -- cgit 1.2.3-korg