diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-07-07 09:55:52 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-07 14:35:29 -0700 |
| commit | cc9d61c5a9fc1693f749abcd511042d8d507e1e6 (patch) | |
| tree | a53f5b77dd33b99fee8f617e2cfeacf82b570075 /meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb | |
| parent | 7e1752ee19ac1be2714f361c287f359c2b0841c3 (diff) | |
| download | meta-openembedded-cc9d61c5a9fc1693f749abcd511042d8d507e1e6.tar.gz | |
python3-grpcio-tools: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb index eb1994d7ce..8fbe1fa91f 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.56.0.bb | |||
| @@ -11,6 +11,7 @@ DEPENDS += "${PYTHON_PN}-grpcio" | |||
| 11 | 11 | ||
| 12 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ | 12 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ |
| 13 | file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ | 13 | file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ |
| 14 | file://0001-direct_mmap-Use-off_t-on-linux.patch \ | ||
| 14 | " | 15 | " |
| 15 | SRC_URI[sha256sum] = "39f5877cea514b3da9f2683dfb3ffb45ef47b05f4ff39c287d7d61c5057f48b8" | 16 | SRC_URI[sha256sum] = "39f5877cea514b3da9f2683dfb3ffb45ef47b05f4ff39c287d7d61c5057f48b8" |
| 16 | 17 | ||
