summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2022-04-12 09:09:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-13 22:23:50 +0100
commit7d6e6aa35cfc2dae3d28714fdbebde201f971e8b (patch)
treef4531c65ef8a56bf3687ea73ce8e6949b59f10df
parentf752d5765ee5f22a08d67976ad076e35a5750450 (diff)
downloadpoky-7d6e6aa35cfc2dae3d28714fdbebde201f971e8b.tar.gz
gmp: add missing COPYINGv3
add COPYINGv3 license text to LIC_FILES_CHKSUM (From OE-Core rev: 15fc391ba8d93e8f0cdf48f2459af40009768de5) 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>
-rw-r--r--meta/recipes-support/gmp/gmp_6.2.1.bb8
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
3LICENSE = "GPL-2.0-or-later | LGPL-3.0-or-later" 3LICENSE = "GPL-2.0-or-later | LGPL-3.0-or-later"
4 4
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 5LIC_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
10REVISION = "" 12REVISION = ""