diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-07-05 21:32:29 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-07 09:00:59 -0700 |
| commit | 7e1752ee19ac1be2714f361c287f359c2b0841c3 (patch) | |
| tree | f0c3e08519a7cbe7159c7ece462bc66a39312187 /meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb | |
| parent | 1b58a4e64f21e7f80f9ec7d8360af506da0df578 (diff) | |
| download | meta-openembedded-7e1752ee19ac1be2714f361c287f359c2b0841c3.tar.gz | |
python3-grpcio: Fix build on musl
Use off_t instead of deprecated off64_t LFS interface
makes it portable across musl and glibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb index 33c13b0a01..fc871adec4 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb | |||
| @@ -11,6 +11,7 @@ SRC_URI:append:class-target = " file://ppc-boringssl-support.patch \ | |||
| 11 | file://mips_bigendian.patch \ | 11 | file://mips_bigendian.patch \ |
| 12 | file://0001-Include-missing-cstdint-header.patch \ | 12 | file://0001-Include-missing-cstdint-header.patch \ |
| 13 | file://abseil-ppc-fixes.patch;patchdir=third_party/abseil-cpp \ | 13 | file://abseil-ppc-fixes.patch;patchdir=third_party/abseil-cpp \ |
| 14 | file://0001-direct_mmap-Use-off_t-on-linux.patch;patchdir=third_party/abseil-cpp \ | ||
| 14 | file://0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch \ | 15 | file://0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch \ |
| 15 | " | 16 | " |
| 16 | SRC_URI[sha256sum] = "4c08ee21b3d10315b8dc26f6c13917b20ed574cdbed2d2d80c53d5508fdcc0f2" | 17 | SRC_URI[sha256sum] = "4c08ee21b3d10315b8dc26f6c13917b20ed574cdbed2d2d80c53d5508fdcc0f2" |
