diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-02-17 17:09:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-18 11:37:11 +0000 |
commit | 09da07b2038c0c93a39d007b92812ca3cf4fdfe0 (patch) | |
tree | 366069b6990641f6c4604af4879a7600172d4fb7 | |
parent | 2a150e44b3c032c9b8f09ecddb2bab22324fd579 (diff) | |
download | poky-09da07b2038c0c93a39d007b92812ca3cf4fdfe0.tar.gz |
libgit2: update 1.3.0 -> 1.4.0
License-Update: regex replaced with pcre, overall licensing doesn't change
(From OE-Core rev: 1887c33733578c36d064bf91068b51b241fe88c0)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | ||