diff mbox series

[meta-python] python3-pandas: Add native target to the build

Message ID 20250918155230.1658228-1-ambroise.vincent@arm.com
State Under Review
Headers show
Series [meta-python] python3-pandas: Add native target to the build | expand

Commit Message

Ambroise Vincent Sept. 18, 2025, 3:52 p.m. UTC
Add the native target to the recipe.

Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
---
 meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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() {
 }
 
 EXTRA_OEMESON:append:class-target = " -Dnumpy_inc_dir=${RECIPE_SYSROOT}${PYTHON_SITEPACKAGES_DIR}/numpy/_core/include "
+
+BBCLASSEXTEND = "native"