diff --git a/recipes-deps/libgit2/libgit2-release.inc b/recipes-deps/libgit2/libgit2-release.inc deleted file mode 100644 index a1c2a19..0000000 --- a/recipes-deps/libgit2/libgit2-release.inc +++ /dev/null @@ -1,3 +0,0 @@ -require libgit2.inc -SRC_URI = "https://github.com/libgit2/libgit2/archive/v${PV}.tar.gz" - diff --git a/recipes-deps/libgit2/libgit2.inc b/recipes-deps/libgit2/libgit2.inc deleted file mode 100644 index e0ef390..0000000 --- a/recipes-deps/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" diff --git a/recipes-deps/libgit2/libgit2_0.24.1.bb b/recipes-deps/libgit2/libgit2_0.24.1.bb deleted file mode 100644 index 2d0c6ff..0000000 --- a/recipes-deps/libgit2/libgit2_0.24.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48bc2" -SRC_URI[md5sum] = "3674ca2d40388b1175e25b6f5a3a82ad" -SRC_URI[sha256sum] = "60198cbb34066b9b5c1613d15c0479f6cd25f4aef42f7ec515cd1cc13a77fede" -require libgit2-release.inc diff --git a/recipes-deps/libssh2/libssh2_%.bbappend b/recipes-deps/libssh2/libssh2_%.bbappend deleted file mode 100644 index ce4807e..0000000 --- a/recipes-deps/libssh2/libssh2_%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -# meta-oe/recipes-support/libssh2 -BBCLASSEXTEND = "native"