mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
boost-sml: Disable examples
They fail to build with gcc 12 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
83b283c528
commit
026be53fba
|
|
@ -19,7 +19,8 @@ S = "${WORKDIR}/git"
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
# Building benchmarks takes a lot of time and requires additional headers (euml2.hpp)
|
# Building benchmarks takes a lot of time and requires additional headers (euml2.hpp)
|
||||||
EXTRA_OECMAKE:append = " -DSML_BUILD_BENCHMARKS:bool=OFF"
|
# Building examples fail with gcc-12
|
||||||
|
EXTRA_OECMAKE:append = " -DSML_BUILD_BENCHMARKS:bool=OFF -DSML_BUILD_EXAMPLES=OFF"
|
||||||
|
|
||||||
# [boost::ext].XML is a header only C++ library, so the main package will be empty.
|
# [boost::ext].XML is a header only C++ library, so the main package will be empty.
|
||||||
ALLOW_EMPTY:${PN} = "1"
|
ALLOW_EMPTY:${PN} = "1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user