This tweak was specific to clang-16, its no longer needed moreover, setup.py is no longer there in latest 0.19.x release
Signed-off-by: Khem Raj <[email protected]> --- meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb b/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb index 31d3db3f00..baaab182d5 100644 --- a/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb @@ -14,9 +14,4 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest python_hatchling DEPENDS += "python3-hatch-vcs-native" -# clang-16 with -flto segfaults on arm, therefore ignore flto for now -do_configure:append:arm:toolchain-clang() { - sed -i -e "s|'-flto'|''|" ${S}/setup.py -} - RDEPENDS:${PN}-ptest += "python3-backports-zstd"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122490): https://lists.openembedded.org/g/openembedded-devel/message/122490 Mute This Topic: https://lists.openembedded.org/mt/116708910/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
