1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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>
This commit is contained in:
Richard Purdie
2021-03-02 11:12:09 +00:00
parent e2bf02e7bd
commit a91010ba3e
2 changed files with 15 additions and 1 deletions
@@ -37,7 +37,6 @@ exclude_packages = [
'meson',
'ovmf-shell-efi',
'perf',
'python3-cython',
'ruby-ri-docs'
]