summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-15 23:48:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-15 23:55:34 +0000
commitad00107dc02b3211f5d1a7fe889f538ee2bc064d (patch)
tree6c166a07a7295043b658c8cbb49017c4d0a8ea38 /meta/lib
parentf36f176dc0316a79ae288c3b4f6c2eab366810dd (diff)
downloadopenembedded-core-ad00107dc02b3211f5d1a7fe889f538ee2bc064d.tar.gz
meson: Work around determinism issue
The meson determinism issue is the same frozenset issue we encountered with python itself. Remove the problematic pyc file until upstream work out the best way to address the issue (as with core python). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index d301c8dd88..1945a12c31 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -33,7 +33,6 @@ exclude_packages = [
'go-runtime',
'go_',
'go-',
- 'meson',
'ovmf-shell-efi',
'ruby-ri-docs'
]