diff options
| -rw-r--r-- | meta-oe/recipes-support/boost-sml/boost-sml_git.bb | 3 |
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" | |||
| 19 | inherit cmake | 19 | inherit 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) |
| 22 | EXTRA_OECMAKE:append = " -DSML_BUILD_BENCHMARKS:bool=OFF" | 22 | # Building examples fail with gcc-12 |
| 23 | EXTRA_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. |
| 25 | ALLOW_EMPTY:${PN} = "1" | 26 | ALLOW_EMPTY:${PN} = "1" |
