diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb index 42260cb27c..358b237f7c 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb | |||
| @@ -23,6 +23,10 @@ inherit pypi | |||
| 23 | 23 | ||
| 24 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" | 24 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" |
| 25 | 25 | ||
| 26 | do_compile_prepend_toolchain-clang() { | ||
| 27 | export GRPC_PYTHON_CFLAGS='-fvisibility=hidden -fno-wrapv -fno-exceptions' | ||
| 28 | } | ||
| 29 | |||
| 26 | CLEANBROKEN = "1" | 30 | CLEANBROKEN = "1" |
| 27 | 31 | ||
| 28 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
