diff options
-rw-r--r-- | meta/recipes-devtools/meson/meson_1.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/meson/meson_1.1.1.bb b/meta/recipes-devtools/meson/meson_1.1.1.bb index 500e13775f..dd97f93aef 100644 --- a/meta/recipes-devtools/meson/meson_1.1.1.bb +++ b/meta/recipes-devtools/meson/meson_1.1.1.bb | |||
@@ -30,7 +30,7 @@ do_install:append () { | |||
30 | # Upstream is discussing ways to solve the issue properly, until then let's | 30 | # Upstream is discussing ways to solve the issue properly, until then let's |
31 | # just not install the problematic files. | 31 | # just not install the problematic files. |
32 | # More info: http://benno.id.au/blog/2013/01/15/python-determinism | 32 | # More info: http://benno.id.au/blog/2013/01/15/python-determinism |
33 | rm ${D}${libdir}/python*/site-packages/mesonbuild/dependencies/__pycache__/mpi.cpython* | 33 | rm -f ${D}${libdir}/python*/site-packages/mesonbuild/dependencies/__pycache__/mpi.cpython* |
34 | } | 34 | } |
35 | 35 | ||
36 | BBCLASSEXTEND = "native nativesdk" | 36 | BBCLASSEXTEND = "native nativesdk" |