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 <[email protected]> --- meta/classes-recipe/python_pyo3.bbclass | 1 + 1 file changed, 1 insertion(+) 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243050): https://lists.openembedded.org/g/openembedded-core/message/243050 Mute This Topic: https://lists.openembedded.org/mt/120657956/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
