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:39:35 +0000
commita91010ba3e4767984e2c827c69acb9546d8fc4a5 (patch)
tree7276fc05390ce7a137d6227dcbea9162861496e6 /meta/lib/oeqa/selftest/cases/reproducible.py
parente2bf02e7bdac075889d929d1df010142d1a673ec (diff)
downloadpoky-a91010ba3e4767984e2c827c69acb9546d8fc4a5.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. (From OE-Core rev: cc1de818247c9ae329fdc0536658b3968a4caea2) 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 = [
37 'meson', 37 'meson',
38 'ovmf-shell-efi', 38 'ovmf-shell-efi',
39 'perf', 39 'perf',
40 'python3-cython',
41 'ruby-ri-docs' 40 'ruby-ri-docs'
42 ] 41 ]
43 42