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"