summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
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-16 17:52:21 +0000
commit906fd2800bf1442784802c5702d525be07da55e0 (patch)
tree0f7fe4f5b4fc3a9fdac0837a0f44812a7b1edfee /meta/lib/oeqa/selftest/cases/reproducible.py
parente1f2f51698b6d104e845ce3961c4871f1cd3fb60 (diff)
downloadpoky-906fd2800bf1442784802c5702d525be07da55e0.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). (From OE-Core rev: ad00107dc02b3211f5d1a7fe889f538ee2bc064d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
-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 = [
33 'go-runtime', 33 'go-runtime',
34 'go_', 34 'go_',
35 'go-', 35 'go-',
36 'meson',
37 'ovmf-shell-efi', 36 'ovmf-shell-efi',
38 'ruby-ri-docs' 37 'ruby-ri-docs'
39 ] 38 ]