diff options
| author | Scott Murray <scott.murray@konsulko.com> | 2024-06-11 14:42:53 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-11 15:40:17 -0700 |
| commit | 080287ebe1f6958088871194f8ae5674edd41589 (patch) | |
| tree | b56afe9187c8fe567c4469b4076ce200a40cf18e /meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb | |
| parent | 8b0be4be2b7a2020c095b7bcd8f11fbe7b00459b (diff) | |
| download | meta-openembedded-080287ebe1f6958088871194f8ae5674edd41589.tar.gz | |
python3-grpcio: backport abseil-cpp RISC-V fix
Backport upstream abseil-cpp fix[1] for SIGILL crash on RISC-V with
6.6 and newer kernels. The patch has been tweaked to apply on top
of the existing patch stack to the vendored copy of abseil-cpp.
[1]: https://github.com/abseil/abseil-cpp/commit/7335a36d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb index 47f3b2ea25..59bfbf5538 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb | |||
| @@ -11,6 +11,7 @@ SRC_URI += "file://0001-Include-missing-cstdint-header.patch \ | |||
| 11 | file://0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch \ | 11 | file://0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch \ |
| 12 | file://0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch;patchdir=third_party/boringssl-with-bazel/src/ \ | 12 | file://0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch;patchdir=third_party/boringssl-with-bazel/src/ \ |
| 13 | file://0001-target.h-define-proper-macro-for-ppc-ppc64.patch \ | 13 | file://0001-target.h-define-proper-macro-for-ppc-ppc64.patch \ |
| 14 | file://0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch \ | ||
| 14 | " | 15 | " |
| 15 | SRC_URI[sha256sum] = "c77618071d96b7a8be2c10701a98537823b9c65ba256c0b9067e0594cdbd954d" | 16 | SRC_URI[sha256sum] = "c77618071d96b7a8be2c10701a98537823b9c65ba256c0b9067e0594cdbd954d" |
| 16 | 17 | ||
