diff mbox series

[meta-python,3/7] python3-pyzstd: Remove setup.py tweak for lto/clang

Message ID 20251210081607.3196421-3-raj.khem@gmail.com
State New
Headers show
Series [meta-networking,1/7] frr: Upgrade to 10.5.0 | expand

Commit Message

Khem Raj Dec. 10, 2025, 8:16 a.m. UTC
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 <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

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"