From cc1de818247c9ae329fdc0536658b3968a4caea2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 2 Mar 2021 11:12:09 +0000 Subject: 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 --- meta/lib/oeqa/selftest/cases/reproducible.py | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/lib/oeqa') 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' ] -- cgit 1.2.3-korg