diff mbox series

[3/3] python3-pybind11-json: support native build

Message ID 20250630135409.2425189-4-yishai1999@gmail.com
State New
Headers show
Series Adding native support for a bunch of recipes that are missing it | expand

Commit Message

Yishai Jaffe June 30, 2025, 1:54 p.m. UTC
Add support for native build of python3-pybind11-json

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
---
 .../recipes-devtools/python/python3-pybind11-json_0.2.15.bb     | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.15.bb b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.15.bb
index fa4a74f92..8ad7dba76 100644
--- a/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.15.bb
+++ b/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.15.bb
@@ -11,3 +11,5 @@  DEPENDS += "nlohmann-json python3-pybind11"
 EXTRA_OECMAKE += "-DPYBIND11_USE_CROSSCOMPILING=ON"
 
 inherit cmake python3native python3targetconfig
+
+BBCLASSEXTEND = "native nativesdk"