summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 35ad0009a8..a0dc76977f 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -17,12 +17,9 @@ import stat
17import os 17import os
18import datetime 18import datetime
19 19
20# ruby-ri-docs, meson:
21#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
22# rust-llvm: 20# rust-llvm:
23#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210825-kaihham6/ 21#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210825-kaihham6/
24exclude_packages = [ 22exclude_packages = [
25 'ruby-ri-docs',
26 'rust-llvm-liblto', 23 'rust-llvm-liblto',
27 'rust-llvm-staticdev' 24 'rust-llvm-staticdev'
28 ] 25 ]