summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-02 11:12:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-02 20:35:08 +0000
commitcc1de818247c9ae329fdc0536658b3968a4caea2 (patch)
tree9af8edf500dd1ffec0827765390f5dbe8b4abc60 /meta/lib/oeqa/selftest/cases/reproducible.py
parent0f51f9a37e5d058bce28cfe7b9a32a895f83c091 (diff)
downloadopenembedded-core-cc1de818247c9ae329fdc0536658b3968a4caea2.tar.gz
python3-cython: Remove build paths from debug sources
There are build paths which are in generated sources injected into ${PN}-src. These are in generated files and don't influence the binary output. As such we can correct them at do_package time by tweaking in an appropriately injected function. This fixes the reproducbility of the recipe. 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 3d6a88314b..0d0259477e 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -37,7 +37,6 @@ exclude_packages = [
'meson',
'ovmf-shell-efi',
'perf',
- 'python3-cython',
'ruby-ri-docs'
]