diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-27 15:17:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-27 22:40:42 +0000 |
commit | 8ab7d766a185919dcb063226daf1980f575d0b93 (patch) | |
tree | d422e48e1e9a1ee5727cb779744944f5b2f0ada0 /meta/lib | |
parent | 12e6dac3bfa43a5720b02041e89283cf7557d2f1 (diff) | |
download | poky-8ab7d766a185919dcb063226daf1980f575d0b93.tar.gz |
libid3tag: Fix reproducibility issue
Configure was swallowing our cflags meaning the resulting binaries were
not reproducible. Tweak configure not to do that and fix reproducibility.
(From OE-Core rev: 1395269a6fae5cec01d721e2ad52bd7cb8fc38ce)
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 01d88f7361..955773d7ca 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
@@ -37,7 +37,6 @@ exclude_packages = [ | |||
37 | 'go-', | 37 | 'go-', |
38 | 'gstreamer1.0-python', | 38 | 'gstreamer1.0-python', |
39 | 'libaprutil', | 39 | 'libaprutil', |
40 | 'libid3tag', | ||
41 | 'lttng-tools-dbg', | 40 | 'lttng-tools-dbg', |
42 | 'lttng-tools-ptest', | 41 | 'lttng-tools-ptest', |
43 | 'ltp', | 42 | 'ltp', |