diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2022-04-12 09:09:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-14 09:47:00 +0100 |
commit | ccfb5372c91dea8a8a4cb4e9bd32058a1af8d644 (patch) | |
tree | f2886cba70767eee42c70601cea201ce261967c6 /meta/recipes-support/gmp | |
parent | 1186f02363caa3e5154c44b353e1e9f5bb406dbb (diff) | |
download | poky-ccfb5372c91dea8a8a4cb4e9bd32058a1af8d644.tar.gz |
gmp: add missing COPYINGv3
add COPYINGv3 license text to LIC_FILES_CHKSUM
(From OE-Core rev: 8e8cf07a58a6bf5412572e76e2a7ab27df8af01f)
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>
Diffstat (limited to 'meta/recipes-support/gmp')
-rw-r--r-- | meta/recipes-support/gmp/gmp_6.2.1.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-support/gmp/gmp_6.2.1.bb b/meta/recipes-support/gmp/gmp_6.2.1.bb index 72fbf4eefe..29055492c2 100644 --- a/meta/recipes-support/gmp/gmp_6.2.1.bb +++ b/meta/recipes-support/gmp/gmp_6.2.1.bb | |||
@@ -2,9 +2,11 @@ require gmp.inc | |||
2 | 2 | ||
3 | LICENSE = "GPL-2.0-or-later | LGPL-3.0-or-later" | 3 | LICENSE = "GPL-2.0-or-later | LGPL-3.0-or-later" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 5 | LIC_FILES_CHKSUM = "\ |
6 | file://COPYING.LESSERv3;md5=6a6a8e020838b23406c81b19c1d46df6 \ | 6 | file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
7 | file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 7 | file://COPYING.LESSERv3;md5=6a6a8e020838b23406c81b19c1d46df6 \ |
8 | file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
9 | file://COPYINGv3;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \ | ||
8 | " | 10 | " |
9 | 11 | ||
10 | REVISION = "" | 12 | REVISION = "" |