diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-27 14:51:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-27 22:40:42 +0000 |
commit | 12e6dac3bfa43a5720b02041e89283cf7557d2f1 (patch) | |
tree | 696295cedd4d20e085a14d6b78d0a53abe2f98b3 /meta/lib | |
parent | 8b145a898a01ac4cd8b8f6e213789717ea0f2251 (diff) | |
download | poky-12e6dac3bfa43a5720b02041e89283cf7557d2f1.tar.gz |
igt-gpu-tools: Fix reproducibility issue
Add a configuration option to pass in srcdir, removing hard coded
build paths from the binaries.
(From OE-Core rev: d7e92e3a22f0c87aff4f452b51f50ec417d2949b)
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 ff3e3be63f..01d88f7361 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
@@ -36,7 +36,6 @@ exclude_packages = [ | |||
36 | 'go_', | 36 | 'go_', |
37 | 'go-', | 37 | 'go-', |
38 | 'gstreamer1.0-python', | 38 | 'gstreamer1.0-python', |
39 | 'igt-gpu-tools', | ||
40 | 'libaprutil', | 39 | 'libaprutil', |
41 | 'libid3tag', | 40 | 'libid3tag', |
42 | 'lttng-tools-dbg', | 41 | 'lttng-tools-dbg', |