| Message ID | 20260808151426.753073-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | python_pyo3: Ensure native recipe sstate signatures work | expand |
diff --git a/meta/classes-recipe/python_pyo3.bbclass b/meta/classes-recipe/python_pyo3.bbclass index 7f5a00f584f..d2aa188cf07 100644 --- a/meta/classes-recipe/python_pyo3.bbclass +++ b/meta/classes-recipe/python_pyo3.bbclass @@ -32,5 +32,6 @@ build_flags=WITH_THREAD suppress_build_script_link_lines=false EOF } +python_pyo3_do_configure[vardepsexclude] = "SITEINFO_BITS" EXPORT_FUNCTIONS do_configure
When a native recipe was added using this class, issues were exposed by the sstate tests. We need to exclude the SITEINFO_BITS value from signatures so native sstate has the same signature on 32 and 64 bit. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/classes-recipe/python_pyo3.bbclass | 1 + 1 file changed, 1 insertion(+)