summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb9
1 files changed, 6 insertions, 3 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 4429e4c32a..143125bbb1 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
@@ -24,9 +24,6 @@ RUSTFLAGS:append:mipsel = " --cfg crossbeam_no_atomic_64"
24RUSTFLAGS:append:powerpc = " --cfg crossbeam_no_atomic_64" 24RUSTFLAGS:append:powerpc = " --cfg crossbeam_no_atomic_64"
25RUSTFLAGS:append:riscv32 = " --cfg crossbeam_no_atomic_64" 25RUSTFLAGS:append:riscv32 = " --cfg crossbeam_no_atomic_64"
26 26
27SRC_URI:append:mips = " file://0001-check-for-mips-targets-for-stat.st_dev-definitions.patch;patchdir=../cargo_home/bitbake/libsystemd-0.4.1/"
28SRC_URI:append = " file://0001-riscv64-mod.rs-Add-missing-error-codes.patch;patchdir=../cargo_home/bitbake/libc-0.2.112/"
29
30SRC_URI += " \ 27SRC_URI += " \
31 crate://crates.io/aho-corasick/0.7.18 \ 28 crate://crates.io/aho-corasick/0.7.18 \
32 crate://crates.io/atty/0.2.14 \ 29 crate://crates.io/atty/0.2.14 \
@@ -118,6 +115,12 @@ SRC_URI += " \
118 crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \ 115 crate://crates.io/winapi-x86_64-pc-windows-gnu/0.4.0 \
119 crate://crates.io/winapi/0.3.9 \ 116 crate://crates.io/winapi/0.3.9 \
120" 117"
118SRC_URI += "file://0001-riscv64-mod.rs-Add-missing-error-codes.patch;patchdir=../cargo_home/bitbake/libc-0.2.112/ \
119 file://0001-riscv32-Define-O_LARGEFILE.patch;patchdir=../cargo_home/bitbake/libc-0.2.112/ \
120 file://0001-linux.rs-Define-consts-for-rv32-architecture.patch;patchdir=../cargo_home/bitbake/nix-0.23.1/ \
121 file://0001-statfs-Exclude-riscv32.patch;patchdir=../cargo_home/bitbake/nix-0.23.1/ \
122 "
123SRC_URI:append:mips = " file://0001-check-for-mips-targets-for-stat.st_dev-definitions.patch;patchdir=../cargo_home/bitbake/libsystemd-0.4.1/"
121 124
122# The following configs & dependencies are from setuptools extras_require. 125# The following configs & dependencies are from setuptools extras_require.
123# These dependencies are optional, hence can be controlled via PACKAGECONFIG. 126# These dependencies are optional, hence can be controlled via PACKAGECONFIG.