mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00: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:
|
# ruby-ri-docs, meson:
|
||||||
#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
|
#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
|
||||||
exclude_packages = [
|
exclude_packages = [
|
||||||
'babeltrace2-ptest',
|
|
||||||
'bootchart2-doc',
|
'bootchart2-doc',
|
||||||
'cups',
|
'cups',
|
||||||
'efivar',
|
'efivar',
|
||||||
'epiphany',
|
'epiphany',
|
||||||
'gcr',
|
'gcr',
|
||||||
'git',
|
|
||||||
'glide',
|
'glide',
|
||||||
'go-dep',
|
'go-dep',
|
||||||
'go-helloworld',
|
'go-helloworld',
|
||||||
'go-runtime',
|
'go-runtime',
|
||||||
'go_',
|
'go_',
|
||||||
'groff',
|
|
||||||
'gst-devtools',
|
'gst-devtools',
|
||||||
'gstreamer1.0-python',
|
'gstreamer1.0-python',
|
||||||
'gtk-doc',
|
'gtk-doc',
|
||||||
'igt-gpu-tools',
|
'igt-gpu-tools',
|
||||||
'libaprutil',
|
'libaprutil',
|
||||||
'libcap-ng',
|
|
||||||
'libhandy-1-src',
|
'libhandy-1-src',
|
||||||
'libid3tag',
|
'libid3tag',
|
||||||
'libproxy',
|
|
||||||
'libsecret-dev',
|
'libsecret-dev',
|
||||||
'libsecret-src',
|
'libsecret-src',
|
||||||
'lttng-tools-dbg',
|
'lttng-tools-dbg',
|
||||||
'lttng-tools-ptest',
|
'lttng-tools-ptest',
|
||||||
'ltp',
|
'ltp',
|
||||||
'meson',
|
'meson',
|
||||||
'ovmf-shell-efi',
|
'ovmf-shell-efi',
|
||||||
'parted-ptest',
|
'parted-ptest',
|
||||||
'perf',
|
'perf',
|
||||||
'python3-cython',
|
'python3-cython',
|
||||||
'qemu',
|
'qemu',
|
||||||
'rsync',
|
'ruby-ri-docs',
|
||||||
'ruby-ri-docs',
|
|
||||||
'swig',
|
'swig',
|
||||||
'syslinux-misc',
|
'syslinux-misc',
|
||||||
'systemd-bootchart'
|
'systemd-bootchart'
|
||||||
|
|||||||
Reference in New Issue
Block a user