diff options
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 | 10 |
1 files changed, 7 insertions, 3 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..f5f874941a 100644 --- a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb +++ b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb | |||
@@ -1,20 +1,24 @@ | |||
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" |
16 | 21 | ||
17 | S = "${WORKDIR}/git" | ||
18 | 22 | ||
19 | inherit cmake | 23 | inherit cmake |
20 | 24 | ||