mbox series

[meta-oe,scarthgap,0/2] python3-grpcio patch backports

Message ID cover.1723057257.git.scott.murray@konsulko.com
Headers show
Series python3-grpcio patch backports | expand

Message

Scott Murray Aug. 7, 2024, 7:07 p.m. UTC
Backport a couple of fixes from master, Martin's allows building
python-grpcio-native on hosts with gcc 14 (something I need for building
AGL on e.g. Fedora 40), and the second is a fix for a runtime crash
on RISC-V that I noticed has not yet backported.

Martin Jansa (1):
  python3-grpcio: Fix build with gcc-14

Scott Murray (1):
  python3-grpcio: backport abseil-cpp RISC-V fix

 ...aledcycleclock-remove-RISC-V-support.patch | 82 +++++++++++++++++++
 ..._Generic-only-if-defined-__cplusplus.patch | 74 +++++++++++++++++
 .../python/python3-grpcio_1.62.2.bb           |  2 +
 3 files changed, 158 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch
 create mode 100644 meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch