summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-28 12:05:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-01 00:17:46 +0000
commit09301e305122f0957f8d748bfe4cbe22389ce5d0 (patch)
tree65ff6fa5eb2c3b0561237869a89be6cec2418926 /meta/lib/oeqa/selftest/cases/reproducible.py
parenta73f94d9bfb4c4a49b14e78ef3ca5781d529c43a (diff)
downloadpoky-09301e305122f0957f8d748bfe4cbe22389ce5d0.tar.gz
gstreamer1.0-python: Set internal python library path correcty
The library hardcodes paths to the python library internally and currently these are build paths. Fix this to use the correct target path and fix reproducibility in the process. (From OE-Core rev: 4c190e8c9a2b53de3def1065fb6e479b72d040dc) 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 bf7064d18b..fcd9d83ab8 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -35,7 +35,6 @@ exclude_packages = [
35 'go-runtime', 35 'go-runtime',
36 'go_', 36 'go_',
37 'go-', 37 'go-',
38 'gstreamer1.0-python',
39 'lttng-tools-dbg', 38 'lttng-tools-dbg',
40 'lttng-tools-ptest', 39 'lttng-tools-ptest',
41 'ltp', 40 'ltp',