diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2021-09-08 20:01:24 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-11 18:41:38 +0100 |
| commit | 8bddba7249e5aaec5952c507c123d0269139a4ad (patch) | |
| tree | f87e98275803de542647968c0910faeede5ac61c | |
| parent | 7c6fb38d702e7a37dec27267281eaa52b44bdf95 (diff) | |
| download | poky-8bddba7249e5aaec5952c507c123d0269139a4ad.tar.gz | |
libgit2: update 1.1.1 -> 1.2.0
License-Update: includes portions of openssl headers
https://github.com/libgit2/libgit2/commit/0903cac1d08817e87c556f5a3e6ec881be86c7f2
(From OE-Core rev: 81a101332e7e59848165b06b734056a385e8cc3f)
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.2.0.bb (renamed from meta/recipes-support/libgit2/libgit2_1.1.1.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libgit2/libgit2_1.1.1.bb b/meta/recipes-support/libgit2/libgit2_1.2.0.bb index ae30a7a100..6df42e473f 100644 --- a/meta/recipes-support/libgit2/libgit2_1.1.1.bb +++ b/meta/recipes-support/libgit2/libgit2_1.2.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" | 3 | LICENSE = "GPL-2.0-with-GCC-exception & MIT & openssl" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b002a195fb7ea2d8d583f07eaff3a8e" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=73fa96e40ce64f79bab087c7e1deeacd" |
| 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.1" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=main" |
| 9 | SRCREV = "8a0dc6783c340e61a44c179c48f832165ad2053c" | 9 | SRCREV = "4fd32be01c79a5c003bb47674ac1d76d948518b7" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
