summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2025-02-13 12:15:18 -0700
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:15 -0600
commitccfff64aad9af5f029916b093986457e4ef34f64 (patch)
tree9f1142599716badec2e0fd98ed7607d3d699e602
parente56c47c22b297edf1794abc86b7fa41fb89c9ed8 (diff)
downloadmeta-xilinx-ccfff64aad9af5f029916b093986457e4ef34f64.tar.gz
meta-xilinx-core: python3-pybind11
Add nativesdk to BBCLASSEXTEND to match meta-openembedded Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-devtools/python/python3-pybind11_2.13.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-pybind11_2.13.1.bb b/meta-xilinx-core/recipes-devtools/python/python3-pybind11_2.13.1.bb
index 32936113..50889ea5 100644
--- a/meta-xilinx-core/recipes-devtools/python/python3-pybind11_2.13.1.bb
+++ b/meta-xilinx-core/recipes-devtools/python/python3-pybind11_2.13.1.bb
@@ -24,4 +24,4 @@ do_install:append() {
24 cmake_do_install 24 cmake_do_install
25} 25}
26 26
27BBCLASSEXTEND += "native" 27BBCLASSEXTEND += "native nativesdk"