summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"