diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-02-18 13:24:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 16:45:25 +0000 |
commit | 995b971744404c0f1561347ea729923b3bda55f1 (patch) | |
tree | 458e2587f3663d842be1432e66dc87cd466d70cd /meta/recipes-support/libgit2 | |
parent | f37af44f18f410e147b5a70c44f65563fe218e19 (diff) | |
download | poky-995b971744404c0f1561347ea729923b3bda55f1.tar.gz |
libgit2: Upgrade to 1.4.1
this is bugfix release
https://github.com/libgit2/libgit2/releases/tag/v1.4.1
(From OE-Core rev: ee862994d27d1a82642309b84e5957e4a7d341e3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgit2')
-rw-r--r-- | meta/recipes-support/libgit2/libgit2_1.4.1.bb (renamed from meta/recipes-support/libgit2/libgit2_1.4.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.4.0.bb b/meta/recipes-support/libgit2/libgit2_1.4.1.bb index 23a195b43b..da33893b97 100644 --- a/meta/recipes-support/libgit2/libgit2_1.4.0.bb +++ b/meta/recipes-support/libgit2/libgit2_1.4.1.bb | |||
@@ -5,8 +5,8 @@ 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=maint/v1.4;protocol=https" |
9 | SRCREV = "1d5b9bd86dccc7347aaadf5e3ab122eed9413404" | 9 | SRCREV = "fdd15bcfca6b2ec4b7ecad1aa11a396cb15bd064" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||