]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python_mesonpy: remove cython-specific INSANE_SKIPs
authorRoss Burton <ross.burton@arm.com>
Fri, 8 Nov 2024 11:55:59 +0000 (11:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Nov 2024 23:45:58 +0000 (23:45 +0000)
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 <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/python_mesonpy.bbclass

index 131fa74bede9f3753997793326594c2b210e11c5..81c087c7c753b6ed91e58bd9a3cb0503ceab0573 100644 (file)
@@ -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
 }