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>
This commit is contained in:
Ambroise Vincent 2025-09-18 16:52:30 +01:00 committed by Khem Raj
parent 2478dd3d56
commit 474d80f419
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"