From d8e7190fd3de3807599ec8fafbd23b8bf68100a1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Dec 2025 16:43:18 -0800 Subject: python3-pyzstd: Remove setup.py tweak for lto/clang 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 --- meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta-python/recipes-devtools/python') 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" -- cgit v1.2.3-54-g00ecf