summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb b/meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb
index 835cf9a93d..dad18b78c2 100644
--- a/meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb
@@ -14,6 +14,14 @@ S = "${WORKDIR}/pyruvate-${PV}"
14 14
15inherit pypi setuptools3_rust 15inherit pypi setuptools3_rust
16 16
17# crossbeam-* -> std::sync::atomic AtomicI64, AtomicU64
18# not supported on mips/powerpc with 32-bit pointers
19# https://doc.rust-lang.org/std/sync/atomic/#portability
20RUSTFLAGS:append:mips = " --cfg crossbeam_no_atomic_64"
21RUSTFLAGS:append:mipsel = " --cfg crossbeam_no_atomic_64"
22RUSTFLAGS:append:powerpc = " --cfg crossbeam_no_atomic_64"
23RUSTFLAGS:append:riscv32 = " --cfg crossbeam_no_atomic_64"
24
17SRC_URI += " \ 25SRC_URI += " \
18 crate://crates.io/aho-corasick/0.7.18 \ 26 crate://crates.io/aho-corasick/0.7.18 \
19 crate://crates.io/atty/0.2.14 \ 27 crate://crates.io/atty/0.2.14 \