mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user