diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-10-25 13:47:20 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-25 13:48:16 -0700 |
commit | f762eba941f7c61df2fc0a35566c45c72ac3ab3f (patch) | |
tree | 6ae2bde59c385c85e1faab18958b11b65196a089 /meta-oe/recipes-support | |
parent | fa0eaf7a765423d6afa28997d8b8846ba1602bd0 (diff) | |
download | meta-openembedded-f762eba941f7c61df2fc0a35566c45c72ac3ab3f.tar.gz |
libgit2: Upgrade to 0.27.5
add missing dep on libgcrypt
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb b/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb index 59fb09c65..e7f768892 100644 --- a/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb +++ b/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb | |||
@@ -3,11 +3,11 @@ HOMEPAGE = "http://libgit2.github.com/" | |||
3 | LICENSE = "GPL-2.0-with-GCC-exception & MIT" | 3 | LICENSE = "GPL-2.0-with-GCC-exception & MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b" |
5 | 5 | ||
6 | DEPENDS = "curl openssl zlib libssh2" | 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.27" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.27" |
9 | #v0.27.4 | 9 | #v0.27.5 |
10 | SRCREV = "8b89f362a34fcccdf1c6c5f3445895b71d9c6d56" | 10 | SRCREV = "8e0b172981a046d19f1d9efa5acd6186bccbd3ce" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||