From: Ross Burton Date: Fri, 8 Nov 2024 11:55:59 +0000 (+0000) Subject: python_mesonpy: remove cython-specific INSANE_SKIPs X-Git-Tag: uninative-4.7~945 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe08a3238d162a1bdbc68172307eb3eb127bbb1;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python_mesonpy: remove cython-specific INSANE_SKIPs These INSANE_SKIPs are specific to cython and unrelated to mesonpy, so remove them. The new cython.bbclass should resolve the cause. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/classes-recipe/python_mesonpy.bbclass b/meta/classes-recipe/python_mesonpy.bbclass index 131fa74bede..81c087c7c75 100644 --- a/meta/classes-recipe/python_mesonpy.bbclass +++ b/meta/classes-recipe/python_mesonpy.bbclass @@ -33,10 +33,6 @@ def mesonpy_get_args(d): PEP517_BUILD_OPTS = "-Cbuilddir='${B}' ${@mesonpy_get_args(d)}" -# Python pyx -> c -> so build leaves absolute build paths in the code -INSANE_SKIP:${PN} += "buildpaths" -INSANE_SKIP:${PN}-src += "buildpaths" - python_mesonpy_do_configure () { python_pep517_do_configure }