mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
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>
This commit is contained in:
parent
07e4d9797b
commit
d8e7190fd3
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user