From 368bd5b5eebbf4cb847c52114d856372c261f35a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 20 Feb 2021 17:52:27 +0000 Subject: 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. (From OE-Core rev: 044eda9c70ddda195b1c0ce1d228904392431582) Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/reproducible.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'meta') 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' -- cgit v1.2.3-54-g00ecf