summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-20 17:52:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-24 00:18:46 +0000
commit044eda9c70ddda195b1c0ce1d228904392431582 (patch)
tree1e7f6645cde9dfee8f18a5e47e8850b5a1aa50e3
parente8e9e5f62b144828387e20eec2e66fcd61edd0d3 (diff)
downloadopenembedded-core-contrib-044eda9c70ddda195b1c0ce1d228904392431582.tar.gz
selftest/reproducible: Remove exclusions for recipes which now reproduce
git, libproxy, libcap-ng(-python), babeltrace2, rsync and groff have their reproducibility issues fixed, remove from the exclusion list. Also fix whitespace. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 0963c2f11a..8849c95c49 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -28,41 +28,35 @@ import datetime
# ruby-ri-docs, meson:
#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
exclude_packages = [
- 'babeltrace2-ptest',
'bootchart2-doc',
'cups',
'efivar',
'epiphany',
'gcr',
- 'git',
'glide',
'go-dep',
'go-helloworld',
'go-runtime',
'go_',
- 'groff',
'gst-devtools',
'gstreamer1.0-python',
'gtk-doc',
'igt-gpu-tools',
'libaprutil',
- 'libcap-ng',
'libhandy-1-src',
'libid3tag',
- 'libproxy',
'libsecret-dev',
'libsecret-src',
'lttng-tools-dbg',
'lttng-tools-ptest',
'ltp',
- 'meson',
+ 'meson',
'ovmf-shell-efi',
'parted-ptest',
'perf',
'python3-cython',
'qemu',
- 'rsync',
- 'ruby-ri-docs',
+ 'ruby-ri-docs',
'swig',
'syslinux-misc',
'systemd-bootchart'