diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-01-26 17:26:57 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-31 08:15:17 -0800 |
commit | 32d661fd01e21aec33a104bc2ff00f54d47d0650 (patch) | |
tree | 9130f0417ce1a42624b65c11e6518a4ce7d1694c /meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb | |
parent | 04669acb6ccbd8835df1750a38e16f0af6c87232 (diff) | |
download | meta-openembedded-32d661fd01e21aec33a104bc2ff00f54d47d0650.tar.gz |
python3-pyruvate: Fix build with riscv64/musl
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 | 1 |
1 files changed, 1 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 14142fdb67..b83302d44c 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 | |||
@@ -23,6 +23,7 @@ RUSTFLAGS:append:powerpc = " --cfg crossbeam_no_atomic_64" | |||
23 | RUSTFLAGS:append:riscv32 = " --cfg crossbeam_no_atomic_64" | 23 | RUSTFLAGS:append:riscv32 = " --cfg crossbeam_no_atomic_64" |
24 | 24 | ||
25 | SRC_URI:append:mips = " file://0001-check-for-mips-targets-for-stat.st_dev-definitions.patch;patchdir=../cargo_home/bitbake/libsystemd-0.4.1/" | 25 | SRC_URI:append:mips = " file://0001-check-for-mips-targets-for-stat.st_dev-definitions.patch;patchdir=../cargo_home/bitbake/libsystemd-0.4.1/" |
26 | SRC_URI:append = " file://0001-riscv64-mod.rs-Add-missing-error-codes.patch;patchdir=../cargo_home/bitbake/libc-0.2.112/" | ||
26 | 27 | ||
27 | SRC_URI += " \ | 28 | SRC_URI += " \ |
28 | crate://crates.io/aho-corasick/0.7.18 \ | 29 | crate://crates.io/aho-corasick/0.7.18 \ |