diff options
| author | Konrad Weihmann <kweihmann@outlook.com> | 2022-04-14 08:30:15 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-28 17:07:18 +0100 |
| commit | 0f1659527644f4b0921ee0afdf1e38273d9c065d (patch) | |
| tree | 5895ad341cc9157090582a0ba60f3bf2c68461e9 | |
| parent | c1c61320783cc9799c070df9e8967a3183689638 (diff) | |
| download | poky-0f1659527644f4b0921ee0afdf1e38273d9c065d.tar.gz | |
git: correct license
by default git pulls in several code fragments not being licensed
under just GPL-2.0-only.
obstack and poll are licensed under GPL-2.0-or-later
reftable being BSD-3-Clause
sha1dc and inet_ntop being MIT
netmalloc being Bosst-1.0 aka BSL-1.0
regex being LGPL-2.1-or-later
(From OE-Core rev: d12513f066baca13a5be0c00792b1bd7d8b07c17)
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5184e651651ed949d198882a10f406cef5939b7b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/git/git_2.35.2.bb | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/meta/recipes-devtools/git/git_2.35.2.bb b/meta/recipes-devtools/git/git_2.35.2.bb index 9812549221..fe137d94af 100644 --- a/meta/recipes-devtools/git/git_2.35.2.bb +++ b/meta/recipes-devtools/git/git_2.35.2.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Distributed version control system" | |||
| 2 | HOMEPAGE = "http://git-scm.com" | 2 | HOMEPAGE = "http://git-scm.com" |
| 3 | DESCRIPTION = "Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency." | 3 | DESCRIPTION = "Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency." |
| 4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
| 5 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only & GPL-2.0-or-later & BSD-3-Clause & MIT & BSL-1.0 & LGPL-2.1-or-later" |
| 6 | DEPENDS = "openssl zlib" | 6 | DEPENDS = "openssl zlib" |
| 7 | 7 | ||
| 8 | PROVIDES:append:class-native = " git-replacement-native" | 8 | PROVIDES:append:class-native = " git-replacement-native" |
| @@ -14,7 +14,16 @@ SRC_URI = "${KERNELORG_MIRROR}/software/scm/git/git-${PV}.tar.gz;name=tarball \ | |||
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git-${PV}" | 15 | S = "${WORKDIR}/git-${PV}" |
| 16 | 16 | ||
| 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1" | 17 | LIC_FILES_CHKSUM = "\ |
| 18 | file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1 \ | ||
| 19 | file://reftable/LICENSE;md5=1a6424cafc4c9c88c689848e165af33b \ | ||
| 20 | file://sha1dc/LICENSE.txt;md5=9bbe4c990a9e98ea4b98ef5d3bcb8a7a \ | ||
| 21 | file://compat/nedmalloc/License.txt;md5=e4224ccaecb14d942c71d31bef20d78c \ | ||
| 22 | file://compat/inet_ntop.c;md5=76593c6f74e8ced5b24520175688d59b;endline=16 \ | ||
| 23 | file://compat/obstack.h;md5=08ad25fee5428cd879ceef451ce3a22e;endline=18 \ | ||
| 24 | file://compat/poll/poll.h;md5=9fc00170a53b8e3e52157c91ac688dd1;endline=19 \ | ||
| 25 | file://compat/regex/regex.h;md5=30cc8af0e6f0f8a25acec6d8783bb763;beginline=4;endline=22 \ | ||
| 26 | " | ||
| 18 | 27 | ||
| 19 | CVE_PRODUCT = "git-scm:git" | 28 | CVE_PRODUCT = "git-scm:git" |
| 20 | 29 | ||
