diff options
-rw-r--r-- | meta/recipes-support/libgit2/libgit2_1.4.0.bb (renamed from meta/recipes-support/libgit2/libgit2_1.3.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.3.0.bb b/meta/recipes-support/libgit2/libgit2_1.4.0.bb index de913c780d..4dd32a75cc 100644 --- a/meta/recipes-support/libgit2/libgit2_1.3.0.bb +++ b/meta/recipes-support/libgit2/libgit2_1.4.0.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | SUMMARY = "the Git linkable library" | 1 | SUMMARY = "the Git linkable library" |
2 | HOMEPAGE = "http://libgit2.github.com/" | 2 | HOMEPAGE = "http://libgit2.github.com/" |
3 | LICENSE = "GPL-2.0-with-GCC-exception & MIT & openssl" | 3 | LICENSE = "GPL-2.0-with-GCC-exception & MIT & openssl" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=73fa96e40ce64f79bab087c7e1deeacd" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e5a9227de4cb6afb5d35ed7b0fdf480d" |
5 | 5 | ||
6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" | 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main;protocol=https" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main;protocol=https" |
9 | SRCREV = "b7bad55e4bb0a285b073ba5e02b01d3f522fc95d" | 9 | SRCREV = "1d5b9bd86dccc7347aaadf5e3ab122eed9413404" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||