diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-09-01 08:45:10 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-02 12:12:07 +0100 |
commit | 79147c27fd2f4c7c00e2cfe7cab7da691c07b5a5 (patch) | |
tree | eddc1d039d528e05183df2fa49ba660e911e94a7 /meta | |
parent | 79eb0333fecaddda55b74d6f3ab2a042d594e2d5 (diff) | |
download | poky-79147c27fd2f4c7c00e2cfe7cab7da691c07b5a5.tar.gz |
swig: Use specific BSD license variant
Make the license more accurate by specifying the specific variant of BSD
license instead of the generic one. This helps with SPDX license
attribution as "BSD" is not a valid SPDX license.
(From OE-Core rev: 01354672728aff07ae146b19e1a4a98977aac52b)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/swig/swig.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index eb8d723158..e8562a91bb 100644 --- a/meta/recipes-devtools/swig/swig.inc +++ b/meta/recipes-devtools/swig/swig.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "SWIG is a compiler that makes it easy to integrate C and C++ \ | |||
3 | code with other languages including Perl, Tcl, Ruby, Python, Java, Guile, \ | 3 | code with other languages including Perl, Tcl, Ruby, Python, Java, Guile, \ |
4 | Mzscheme, Chicken, OCaml, Pike, and C#." | 4 | Mzscheme, Chicken, OCaml, Pike, and C#." |
5 | HOMEPAGE = "http://swig.sourceforge.net/" | 5 | HOMEPAGE = "http://swig.sourceforge.net/" |
6 | LICENSE = "BSD & GPLv3" | 6 | LICENSE = "BSD-3-Clause & GPLv3" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \ | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \ |
8 | file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \ | 8 | file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \ |
9 | file://LICENSE-UNIVERSITIES;md5=8ce9dcc8f7c994de4a408b205c72ba08" | 9 | file://LICENSE-UNIVERSITIES;md5=8ce9dcc8f7c994de4a408b205c72ba08" |