diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-21 22:55:31 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-22 09:31:25 -0700 |
commit | c71f8ef024b5f9743191e4f039176c1ddbd54ce6 (patch) | |
tree | 73d6a77e20755fa5749e5acca42da5612f8d207a /meta-python | |
parent | 6482398bc30dc2d07df983a585531351a3a4cb16 (diff) | |
download | meta-openembedded-c71f8ef024b5f9743191e4f039176c1ddbd54ce6.tar.gz |
python3-pybind11: Build with -DPYBIND11_USE_CROSSCOMPILING=ON
Since we are cross-compiling this option is required with 3.13+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pybind11_2.13.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybind11_2.13.6.bb b/meta-python/recipes-devtools/python/python3-pybind11_2.13.6.bb index ee5722fbcb..e853bb33d8 100644 --- a/meta-python/recipes-devtools/python/python3-pybind11_2.13.6.bb +++ b/meta-python/recipes-devtools/python/python3-pybind11_2.13.6.bb | |||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git" | |||
16 | 16 | ||
17 | inherit cmake python_setuptools_build_meta | 17 | inherit cmake python_setuptools_build_meta |
18 | 18 | ||
19 | EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF" | 19 | EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF -DPYBIND11_USE_CROSSCOMPILING=ON" |
20 | 20 | ||
21 | do_configure:append() { | 21 | do_configure:append() { |
22 | cmake_do_configure | 22 | cmake_do_configure |