]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest/reproducible: Remove exclusions for recipes which now reproduce
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Feb 2021 17:52:27 +0000 (17:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Feb 2021 00:18:46 +0000 (00:18 +0000)
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>
meta/lib/oeqa/selftest/cases/reproducible.py

index 0963c2f11a94c65e8174b9401d8a9f76857975f2..8849c95c49ca5eb1effe695be5f18088f1a3f167 100644 (file)
@@ -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'