diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-01-30 11:06:35 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-01 09:11:49 -0800 |
| commit | 81b769d0981b5714b4d1787b36631f5279503b0d (patch) | |
| tree | 4aac092bb554d1a3f20286e9d50583f29861388f /meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb | |
| parent | 1ead4748deb8ab511326320870f2c616c377a599 (diff) | |
| download | meta-openembedded-81b769d0981b5714b4d1787b36631f5279503b0d.tar.gz | |
python3-grpcio: Fix build with gcc13
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb index b0971db1cc..3d45c56b0a 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.51.1.bb | |||
| @@ -10,6 +10,7 @@ SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch" | |||
| 10 | SRC_URI:append:class-target = " file://ppc-boringssl-support.patch \ | 10 | SRC_URI:append:class-target = " file://ppc-boringssl-support.patch \ |
| 11 | file://boring_ssl.patch \ | 11 | file://boring_ssl.patch \ |
| 12 | file://mips_bigendian.patch \ | 12 | file://mips_bigendian.patch \ |
| 13 | file://0001-Include-missing-cstdint-header.patch \ | ||
| 13 | file://abseil-ppc-fixes.patch;patchdir=third_party/abseil-cpp \ | 14 | file://abseil-ppc-fixes.patch;patchdir=third_party/abseil-cpp \ |
| 14 | " | 15 | " |
| 15 | SRC_URI[sha256sum] = "e6dfc2b6567b1c261739b43d9c59d201c1b89e017afd9e684d85aa7a186c9f7a" | 16 | SRC_URI[sha256sum] = "e6dfc2b6567b1c261739b43d9c59d201c1b89e017afd9e684d85aa7a186c9f7a" |
