diff options
-rw-r--r-- | meta/classes-recipe/python_mesonpy.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes-recipe/python_mesonpy.bbclass b/meta/classes-recipe/python_mesonpy.bbclass index 131fa74bed..81c087c7c7 100644 --- a/meta/classes-recipe/python_mesonpy.bbclass +++ b/meta/classes-recipe/python_mesonpy.bbclass | |||
@@ -33,10 +33,6 @@ def mesonpy_get_args(d): | |||
33 | 33 | ||
34 | PEP517_BUILD_OPTS = "-Cbuilddir='${B}' ${@mesonpy_get_args(d)}" | 34 | PEP517_BUILD_OPTS = "-Cbuilddir='${B}' ${@mesonpy_get_args(d)}" |
35 | 35 | ||
36 | # Python pyx -> c -> so build leaves absolute build paths in the code | ||
37 | INSANE_SKIP:${PN} += "buildpaths" | ||
38 | INSANE_SKIP:${PN}-src += "buildpaths" | ||
39 | |||
40 | python_mesonpy_do_configure () { | 36 | python_mesonpy_do_configure () { |
41 | python_pep517_do_configure | 37 | python_pep517_do_configure |
42 | } | 38 | } |