summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-27 14:15:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-27 22:40:42 +0000
commit8b145a898a01ac4cd8b8f6e213789717ea0f2251 (patch)
tree58fb291ad2c5df0d505696cd587d0efbd0fab138 /meta/lib/oeqa/selftest/cases/reproducible.py
parent43ca8ad614cf245c1824d05d850da51f0cb29d11 (diff)
downloadpoky-8b145a898a01ac4cd8b8f6e213789717ea0f2251.tar.gz
bootchart2: Fix manpage reproducibility issue
The compressed docs contained a timestamp of the original file which meant the SDE clamping during package creation didn't work. The benefits of compression are minor, decompress the files to avoid the reproducibility issues. (From OE-Core rev: a3b59a67bea16899b57a0d187120c988495da4d5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index 05fc4b7fa0..ff3e3be63f 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -28,7 +28,6 @@ import datetime
28# ruby-ri-docs, meson: 28# ruby-ri-docs, meson:
29#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/ 29#https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210215-0_td9la2/packages/diff-html/
30exclude_packages = [ 30exclude_packages = [
31 'bootchart2-doc',
32 'efivar', 31 'efivar',
33 'glide', 32 'glide',
34 'go-dep', 33 'go-dep',