From c71f8ef024b5f9743191e4f039176c1ddbd54ce6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 21 Mar 2025 22:55:31 -0700 Subject: 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 --- meta-python/recipes-devtools/python/python3-pybind11_2.13.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python') 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" inherit cmake python_setuptools_build_meta -EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF" +EXTRA_OECMAKE = "-DPYBIND11_TEST=OFF -DPYBIND11_USE_CROSSCOMPILING=ON" do_configure:append() { cmake_do_configure -- cgit v1.2.3-54-g00ecf