diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-05 22:48:31 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-09 07:37:03 -0800 |
| commit | 1cf791b208c315e83109fb8eff34935294b5bc9c (patch) | |
| tree | 8da71f710c93f093f701728af3fe1a08e6a49452 /meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb | |
| parent | bc8241129c8b9b32e6e81dbf444c80c86a74e53b (diff) | |
| download | meta-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.bb | 9 |
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" | |||
| 24 | RUSTFLAGS:append:powerpc = " --cfg crossbeam_no_atomic_64" | 24 | RUSTFLAGS:append:powerpc = " --cfg crossbeam_no_atomic_64" |
| 25 | RUSTFLAGS:append:riscv32 = " --cfg crossbeam_no_atomic_64" | 25 | RUSTFLAGS:append:riscv32 = " --cfg crossbeam_no_atomic_64" |
| 26 | 26 | ||
| 27 | SRC_URI:append:mips = " file://0001-check-for-mips-targets-for-stat.st_dev-definitions.patch;patchdir=../cargo_home/bitbake/libsystemd-0.4.1/" | ||
| 28 | SRC_URI:append = " file://0001-riscv64-mod.rs-Add-missing-error-codes.patch;patchdir=../cargo_home/bitbake/libc-0.2.112/" | ||
| 29 | |||
| 30 | SRC_URI += " \ | 27 | SRC_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 | " |
| 118 | SRC_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 | " | ||
| 123 | SRC_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. |
