summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-12-09 16:43:18 -0800
committerKhem Raj <raj.khem@gmail.com>2025-12-10 08:56:15 -0800
commitd8e7190fd3de3807599ec8fafbd23b8bf68100a1 (patch)
tree1f8bc945217646a66e0ecdcb4a1abeb3a78eccbf
parent07e4d9797ba7a39185412788f6f82e30d1414a9d (diff)
downloadmeta-openembedded-d8e7190fd3de3807599ec8fafbd23b8bf68100a1.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzstd_0.19.0.bb5
1 files changed, 0 insertions, 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
14 14
15DEPENDS += "python3-hatch-vcs-native" 15DEPENDS += "python3-hatch-vcs-native"
16 16
17# clang-16 with -flto segfaults on arm, therefore ignore flto for now
18do_configure:append:arm:toolchain-clang() {
19 sed -i -e "s|'-flto'|''|" ${S}/setup.py
20}
21
22RDEPENDS:${PN}-ptest += "python3-backports-zstd" 17RDEPENDS:${PN}-ptest += "python3-backports-zstd"