summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-05 22:48:31 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-09 07:37:03 -0800
commit1cf791b208c315e83109fb8eff34935294b5bc9c (patch)
tree8da71f710c93f093f701728af3fe1a08e6a49452 /meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb
parentbc8241129c8b9b32e6e81dbf444c80c86a74e53b (diff)
downloadmeta-openembedded-1cf791b208c315e83109fb8eff34935294b5bc9c.tar.gz
python3-pyruvate: Fix build on riscv32
refresh upstream status as needed. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
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.