summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorYishai Jaffe <yishai1999@gmail.com>2025-06-30 16:54:09 +0300
committerKhem Raj <raj.khem@gmail.com>2025-07-01 08:11:11 -0700
commit9b7e0506cef315eceb6e96dd3f68b070908790c1 (patch)
tree7d58d3d8e883060235e59b2e79531cde181f1707 /meta-python/recipes-devtools/python
parent22eaa2f0cfe2f40aa04794efe13eb1fe01f613fc (diff)
downloadmeta-openembedded-9b7e0506cef315eceb6e96dd3f68b070908790c1.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pybind11-json_0.2.15.bb2
1 files changed, 2 insertions, 0 deletions
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"
11EXTRA_OECMAKE += "-DPYBIND11_USE_CROSSCOMPILING=ON" 11EXTRA_OECMAKE += "-DPYBIND11_USE_CROSSCOMPILING=ON"
12 12
13inherit cmake python3native python3targetconfig 13inherit cmake python3native python3targetconfig
14
15BBCLASSEXTEND = "native nativesdk"