summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/boost-sml/boost-sml_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/boost-sml/boost-sml_git.bb b/meta-oe/recipes-support/boost-sml/boost-sml_git.bb
index 97c04899bf..e22eddb72d 100644
--- a/meta-oe/recipes-support/boost-sml/boost-sml_git.bb
+++ b/meta-oe/recipes-support/boost-sml/boost-sml_git.bb
@@ -19,7 +19,8 @@ S = "${WORKDIR}/git"
19inherit cmake 19inherit cmake
20 20
21# Building benchmarks takes a lot of time and requires additional headers (euml2.hpp) 21# Building benchmarks takes a lot of time and requires additional headers (euml2.hpp)
22EXTRA_OECMAKE:append = " -DSML_BUILD_BENCHMARKS:bool=OFF" 22# Building examples fail with gcc-12
23EXTRA_OECMAKE:append = " -DSML_BUILD_BENCHMARKS:bool=OFF -DSML_BUILD_EXAMPLES=OFF"
23 24
24# [boost::ext].XML is a header only C++ library, so the main package will be empty. 25# [boost::ext].XML is a header only C++ library, so the main package will be empty.
25ALLOW_EMPTY:${PN} = "1" 26ALLOW_EMPTY:${PN} = "1"