From 474d80f419364c260c1ec49968fdaa69f366fe5f Mon Sep 17 00:00:00 2001 From: Ambroise Vincent Date: Thu, 18 Sep 2025 16:52:30 +0100 Subject: python3-pandas: Add native target to the build Add the native target to the recipe. Signed-off-by: Ambroise Vincent Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf