python3-pybind11-json: support native build

Add support for native build of python3-pybind11-json

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yishai Jaffe 2025-06-30 16:54:09 +03:00 committed by Khem Raj
parent 22eaa2f0cf
commit 9b7e0506ce
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -11,3 +11,5 @@ DEPENDS += "nlohmann-json python3-pybind11"
EXTRA_OECMAKE += "-DPYBIND11_USE_CROSSCOMPILING=ON"
inherit cmake python3native python3targetconfig
BBCLASSEXTEND = "native nativesdk"