summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmbroise Vincent <ambroise.vincent@arm.com>2025-09-18 16:52:30 +0100
committerKhem Raj <raj.khem@gmail.com>2025-09-19 12:21:59 -0700
commit474d80f419364c260c1ec49968fdaa69f366fe5f (patch)
treeb107af1ade3319dbf3f72e1cd6a64a023ed5f22c
parent2478dd3d5684d00c762428578e9774bea7c647c6 (diff)
downloadmeta-openembedded-474d80f419364c260c1ec49968fdaa69f366fe5f.tar.gz
python3-pandas: Add native target to the build
Add the native target to the recipe. Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb b/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb
index d32f0e17bb..f1df026c5c 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb
@@ -46,3 +46,5 @@ do_install:prepend() {
46} 46}
47 47
48EXTRA_OEMESON:append:class-target = " -Dnumpy_inc_dir=${RECIPE_SYSROOT}${PYTHON_SITEPACKAGES_DIR}/numpy/_core/include " 48EXTRA_OEMESON:append:class-target = " -Dnumpy_inc_dir=${RECIPE_SYSROOT}${PYTHON_SITEPACKAGES_DIR}/numpy/_core/include "
49
50BBCLASSEXTEND = "native"