summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-support/libgit2
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-oe/recipes-support/libgit2')
-rw-r--r--meta-openembedded/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb (renamed from meta-openembedded/meta-oe/recipes-support/libgit2/libgit2_0.27.9.bb)8
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-openembedded/meta-oe/recipes-support/libgit2/libgit2_0.27.9.bb b/meta-openembedded/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb
index 3ef7bee439..82acc4926f 100644
--- a/meta-openembedded/meta-oe/recipes-support/libgit2/libgit2_0.27.9.bb
+++ b/meta-openembedded/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb
@@ -5,20 +5,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b"
DEPENDS = "curl openssl zlib libssh2 libgcrypt"
-SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.27"
-SRCREV = "3828d7afdd08b595584048e8e4dab6ddd4506ed1"
+SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.28"
+SRCREV = "7ce88e66a19e3b48340abcdd86aeaae1882e63cc"
S = "${WORKDIR}/git"
inherit cmake
EXTRA_OECMAKE = "\
- -DTHREADSAFE=ON \
-DBUILD_CLAR=OFF \
- -DSHA1_TYPE="builtin" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DBUILD_EXAMPLES=OFF \
- -DLIB_INSTALL_DIR=${libdir} \
"
BBCLASSEXTEND = "native"