From 9b7e0506cef315eceb6e96dd3f68b070908790c1 Mon Sep 17 00:00:00 2001 From: Yishai Jaffe Date: Mon, 30 Jun 2025 16:54:09 +0300 Subject: python3-pybind11-json: support native build Add support for native build of python3-pybind11-json Signed-off-by: Yishai Jaffe Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pybind11-json_0.2.15.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python') 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 fa4a74f925..8ad7dba76a 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" -- cgit v1.2.3-54-g00ecf