mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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. (From OE-Core rev: abe08a3238d162a1bdbc68172307eb3eb127bbb1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8d0c2c9e3c
commit
273eb505cb
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user