summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libeigen/libeigen_3.4.1.bb
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2025-10-14 02:04:12 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-13 23:47:41 -0700
commite1915f54f1db1208152148973e9965570972bbc7 (patch)
tree5300a566ed2740c89e7f3fe5d3195c9db85bc15a /meta-oe/recipes-support/libeigen/libeigen_3.4.1.bb
parent2ac3baccd8e6d367c090b74cb32306634eda489a (diff)
downloadmeta-openembedded-e1915f54f1db1208152148973e9965570972bbc7.tar.gz
libeigen: Backport a patch to make eigen_packet_wrapper trivial for c++11
A corresponding patch was removed with the upgrade to 3.4.1 since it had been integrated upstream. However, it had also been reverted again, which was not noticed. This backports a subsequent fix for the problem. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libeigen/libeigen_3.4.1.bb')
-rw-r--r--meta-oe/recipes-support/libeigen/libeigen_3.4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.4.1.bb b/meta-oe/recipes-support/libeigen/libeigen_3.4.1.bb
index c5421e4621..5cb7407608 100644
--- a/meta-oe/recipes-support/libeigen/libeigen_3.4.1.bb
+++ b/meta-oe/recipes-support/libeigen/libeigen_3.4.1.bb
@@ -14,11 +14,11 @@ LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad \
14 14
15SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;branch=3.4 \ 15SRC_URI = "git://gitlab.com/libeigen/eigen.git;protocol=http;branch=3.4 \
16 file://0001-Remove-LGPL-Code-and-references.patch \ 16 file://0001-Remove-LGPL-Code-and-references.patch \
17 file://0001-Make-eigen_packet_wrapper-trivial-for-c-11.patch \
17" 18"
18 19
19SRCREV = "d71c30c47858effcbd39967097a2d99ee48db464" 20SRCREV = "d71c30c47858effcbd39967097a2d99ee48db464"
20 21
21
22inherit cmake 22inherit cmake
23 23
24PACKAGECONFIG ??= "" 24PACKAGECONFIG ??= ""