diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-16 19:26:07 -0700 |
|---|---|---|
| committer | tgamblin <trevor.gamblin@windriver.com> | 2022-03-17 08:54:17 -0400 |
| commit | e05b3cc881b2e4620839be9d976024e436310fb5 (patch) | |
| tree | 23455e322b86c5663c872fa345ac6d95de2d5324 /meta-python/recipes-devtools/python/python3-pyruvate_1.1.2.bb | |
| parent | 25b6058ab5d68cd59c4968d3feec9b0fbcaa4d94 (diff) | |
| download | meta-openembedded-e05b3cc881b2e4620839be9d976024e436310fb5.tar.gz | |
python3-pyruvate: Update libc to 0.2.120
Drop upstreamed patches
Move riscv32/musl patches to meta-riscv
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <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 | 6 |
1 files changed, 2 insertions, 4 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 97fce690ec..1f1c186d31 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 | |||
| @@ -63,7 +63,7 @@ SRC_URI += " \ | |||
| 63 | crate://crates.io/humantime/2.1.0 \ | 63 | crate://crates.io/humantime/2.1.0 \ |
| 64 | crate://crates.io/instant/0.1.12 \ | 64 | crate://crates.io/instant/0.1.12 \ |
| 65 | crate://crates.io/lazy_static/1.4.0 \ | 65 | crate://crates.io/lazy_static/1.4.0 \ |
| 66 | crate://crates.io/libc/0.2.112 \ | 66 | crate://crates.io/libc/0.2.120 \ |
| 67 | crate://crates.io/libsystemd/0.4.1 \ | 67 | crate://crates.io/libsystemd/0.4.1 \ |
| 68 | crate://crates.io/log/0.4.14 \ | 68 | crate://crates.io/log/0.4.14 \ |
| 69 | crate://crates.io/memchr/2.4.1 \ | 69 | crate://crates.io/memchr/2.4.1 \ |
| @@ -115,10 +115,8 @@ SRC_URI += " \ | |||
| 115 | 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 \ |
| 116 | crate://crates.io/winapi/0.3.9 \ | 116 | crate://crates.io/winapi/0.3.9 \ |
| 117 | " | 117 | " |
| 118 | SRC_URI += "file://0001-riscv64-mod.rs-Add-missing-error-codes.patch;patchdir=../cargo_home/bitbake/libc-0.2.112/ \ | 118 | SRC_URI += "\ |
| 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/ \ | 119 | 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 | " | 120 | " |
| 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 | SRC_URI:append:mips = " file://0001-check-for-mips-targets-for-stat.st_dev-definitions.patch;patchdir=../cargo_home/bitbake/libsystemd-0.4.1/" |
| 124 | 122 | ||
