diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2025-02-11 01:09:57 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-02-25 08:45:21 -0500 |
| commit | ac2364b61cf55910943d368974e50659fcd5ee99 (patch) | |
| tree | f47d7504bc8ce4abc47dc708f824811cb068608e /meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb | |
| parent | c3b6e20141c155c05ea32f052c4844cb6c2faf21 (diff) | |
| download | meta-openembedded-ac2364b61cf55910943d368974e50659fcd5ee99.tar.gz | |
libeigen: Remove LGPL code
Since libeigen is a header-only library, LGPL effectively has the same
properties as GPL when it comes to affecting the licensing of the code
that uses libeigen. To avoid the problem, backport a patch to remove all
LGPL-2.1 code from the library.
Switch to using "Minpack" rather than "MINPACK" as license since the
former is the official SPDX name.
Also correct the licenses for ${PN}, ${PN}-dbg and ${PN}-dev to reflect
that they do not contain any GPL code (the GPL code is only used for
benchmark tests and does not affect what is installed).
License-Update: Correct the license information
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb index 72044427dd..998a396af1 100644 --- a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb +++ b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb | |||
| @@ -1,15 +1,20 @@ | |||
| 1 | DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms." | 1 | DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms." |
| 2 | HOMEPAGE = "http://eigen.tuxfamily.org/" | 2 | HOMEPAGE = "http://eigen.tuxfamily.org/" |
| 3 | LICENSE = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & GPL-2.0-only & LGPL-2.1-only & MINPACK" | 3 | LICENSE = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & GPL-2.0-only & Minpack" |
| 4 | # The GPL code is only used for benchmark tests and does not affect what is installed. | ||
| 5 | LICENSE:${PN} = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & Minpack" | ||
| 6 | LICENSE:${PN}-dbg = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & Minpack" | ||
| 7 | LICENSE:${PN}-dev = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & Minpack" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad \ | 8 | LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad \ |
| 9 | file://COPYING.APACHE;md5=8de23b8e93c63005353056b2475e9aa5 \ | ||
| 5 | file://COPYING.BSD;md5=2dd0510ee95e59ca28834b875bc96596 \ | 10 | file://COPYING.BSD;md5=2dd0510ee95e59ca28834b875bc96596 \ |
| 6 | file://COPYING.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | 11 | file://COPYING.GPL;md5=d32239bcb673463ab874e80d47fae504 \ |
| 7 | file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \ | ||
| 8 | file://COPYING.MINPACK;md5=71d91b0f75ce79a75d3108a72bef8116 \ | 12 | file://COPYING.MINPACK;md5=71d91b0f75ce79a75d3108a72bef8116 \ |
| 9 | " | 13 | " |
| 10 | 14 | ||
| 11 | SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;branch=3.4 \ | 15 | SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;branch=3.4 \ |
| 12 | file://0001-Default-eigen_packet_wrapper-constructor.patch \ | 16 | file://0001-Default-eigen_packet_wrapper-constructor.patch \ |
| 17 | file://0002-Remove-LGPL-Code-and-references.patch \ | ||
| 13 | " | 18 | " |
| 14 | 19 | ||
| 15 | SRCREV = "3147391d946bb4b6c68edd901f2add6ac1f31f8c" | 20 | SRCREV = "3147391d946bb4b6c68edd901f2add6ac1f31f8c" |
