aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-13 18:02:54 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-26 01:07:03 +0100
commite4f6f96f9056704a3afea0917b28ca483ccc8309 (patch)
tree1fa0a3b1bf928c2062dd219f4349b9e0bc8c2191 /meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb
parent6e431331d18ded23a78e238ed40d03434e7719d9 (diff)
downloadmeta-openembedded-contrib-e4f6f96f9056704a3afea0917b28ca483ccc8309.tar.gz
libgit2: Update to 0.24.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb')
-rw-r--r--meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb b/meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb
new file mode 100644
index 0000000000..8f580f9ff1
--- /dev/null
+++ b/meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb
@@ -0,0 +1,23 @@
+SUMMARY = "the Git linkable library"
+HOMEPAGE = "http://libgit2.github.com/"
+LICENSE = "GPL-2.0-with-GCC-exception"
+LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48bc2"
+
+DEPENDS = "curl openssl zlib libssh2"
+
+SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.24"
+SRCREV = "4cf1ec7cff28da8838a2f0a9fb330e312ea3f963"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+EXTRA_OECMAKE = "\
+ -DTHREADSAFE=ON \
+ -DBUILD_CLAR=OFF \
+ -DSHA1_TYPE="builtin" \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DBUILD_EXAMPLES=OFF \
+"
+
+BBCLASSEXTEND = "native"