summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-28 18:21:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-01 00:17:46 +0000
commita73f94d9bfb4c4a49b14e78ef3ca5781d529c43a (patch)
treef5991a60db2e10831b2fc8ec0b9208366d64696a /meta/lib/oeqa/selftest/cases/reproducible.py
parent8ab7d766a185919dcb063226daf1980f575d0b93 (diff)
downloadpoky-a73f94d9bfb4c4a49b14e78ef3ca5781d529c43a.tar.gz
apr-util: Fix CFLAGS used in build
We need to use CFLAGS with the correct WORKDIR in them, replace those in the sysroot file with the ones appropriate to the current recipe. (From OE-Core rev: 45edf189961aff1858be9bb7b63116073c0a0c10) 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 955773d7ca..bf7064d18b 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 'libaprutil',
40 'lttng-tools-dbg', 39 'lttng-tools-dbg',
41 'lttng-tools-ptest', 40 'lttng-tools-ptest',
42 'ltp', 41 'ltp',