diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-03-03 20:40:51 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-08 07:29:23 -0800 |
| commit | 76803697fbcc18e0e02c7c5e514e398e37c4e1f7 (patch) | |
| tree | 0921c33425ab97ef0a014cf38366c4d4750629a6 /meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | |
| parent | 204beecb958d0f8cfec29afaac5e2afbbf91df0d (diff) | |
| download | meta-openembedded-76803697fbcc18e0e02c7c5e514e398e37c4e1f7.tar.gz | |
python3-grpcio: Fix build on mips and musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb index d374b54b34..3d875bf4ba 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.36.1.bb | |||
| @@ -10,6 +10,8 @@ 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://riscv64_support.patch \ | 11 | file://riscv64_support.patch \ |
| 12 | file://boring_ssl.patch \ | 12 | file://boring_ssl.patch \ |
| 13 | file://mips_bigendian.patch \ | ||
| 14 | file://0001-absl-always-use-asm-sgidefs.h.patch \ | ||
| 13 | " | 15 | " |
| 14 | SRC_URI[sha256sum] = "a66ea59b20f3669df0f0c6a3bd57b985e5b2d1dcf3e4c29819bb8dc232d0fd38" | 16 | SRC_URI[sha256sum] = "a66ea59b20f3669df0f0c6a3bd57b985e5b2d1dcf3e4c29819bb8dc232d0fd38" |
| 15 | 17 | ||
