diff options
| author | Scott Murray <scott.murray@konsulko.com> | 2024-08-07 15:07:35 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-08-10 11:16:22 -0400 |
| commit | 103bf35abfc3441852b6989f059ae77b833c1d75 (patch) | |
| tree | a554b3ac5b1a2d0aa551cf546442b66b9e893e2c /meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb | |
| parent | 2c93fdcca5f85178666aa2f4a0a98d628ce1cc1c (diff) | |
| download | meta-openembedded-103bf35abfc3441852b6989f059ae77b833c1d75.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
(cherry-picked from 080287ebe1f6958088871194f8ae5674edd41589)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@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 | ||
