From 8ab7d766a185919dcb063226daf1980f575d0b93 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 27 Feb 2021 15:17:16 +0000 Subject: 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 --- meta/lib/oeqa/selftest/cases/reproducible.py | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/lib') 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 = [ 'go-', 'gstreamer1.0-python', 'libaprutil', - 'libid3tag', 'lttng-tools-dbg', 'lttng-tools-ptest', 'ltp', -- cgit v1.2.3-54-g00ecf