diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2023-08-03 07:27:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-10 09:18:53 +0100 |
commit | afeb3baa8a28d93845cbbe3fe14cb8a18284588b (patch) | |
tree | ff8d1189c78f970bbc08e8f119974ff3e40b1afd | |
parent | 9af6495ee4bf1fb8cc17a0e221d4a58f5f70aa3b (diff) | |
download | poky-afeb3baa8a28d93845cbbe3fe14cb8a18284588b.tar.gz |
libgit2: upgrade to v1.7.0
(From OE-Core rev: 02f34e608197a9a270704dd76e460df8ee0bf6f0)
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libgit2/libgit2_1.7.0.bb (renamed from meta/recipes-support/libgit2/libgit2_1.6.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.6.4.bb b/meta/recipes-support/libgit2/libgit2_1.7.0.bb index ffe00d8653..15a91cfb27 100644 --- a/meta/recipes-support/libgit2/libgit2_1.6.4.bb +++ b/meta/recipes-support/libgit2/libgit2_1.7.0.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5bdf47bbc9a39dc6ce076d59e322dc17" | |||
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=maint/v1.6;protocol=https" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.7;protocol=https" |
9 | SRCREV = "e6325351ceee58cf56f58bdce61b38907805544f" | 9 | SRCREV = "3e2baa6d0bfb42f9016e24cba1733a6ae26a8ae6" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||