diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-01 00:12:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-01 11:12:16 +0000 |
commit | 9b7971fcc5aa5bf921f760e568899a416f2a6542 (patch) | |
tree | b1a4f4ef6ae8b09b0833380981f68892163e7540 /meta/lib | |
parent | abfe88ca97878d6a5a363b53443392f23c0a1069 (diff) | |
download | poky-9b7971fcc5aa5bf921f760e568899a416f2a6542.tar.gz |
efivar: Fix reproducibility issue
Add sorting to the globbing within the Makefile to make the output
reproducible.
(From OE-Core rev: c43ae151f572786818fe048233b4bbfd6b0ba2cf)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 1 |
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 e8ef7d93f8..bf2d28e508 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/ |
30 | exclude_packages = [ | 30 | exclude_packages = [ |
31 | 'efivar', | ||
32 | 'glide', | 31 | 'glide', |
33 | 'go-dep', | 32 | 'go-dep', |
34 | 'go-helloworld', | 33 | 'go-helloworld', |