diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-02-06 20:18:55 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-06 11:25:01 -0800 |
| commit | 6a37afcb77fd26a9c4bc7fb93ca7d1859fcfbcb5 (patch) | |
| tree | d8497378569ca0ed128302eebfc64dfa723c0994 /meta-python | |
| parent | 0b44d2427baddfc0dcd7bfe782d055d86a12c69c (diff) | |
| download | meta-openembedded-6a37afcb77fd26a9c4bc7fb93ca7d1859fcfbcb5.tar.gz | |
python3-grpcio: drop obsolete variable
Variable GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY was removed in v1.62.0.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb index 617e982382..d657ba824f 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.69.0.bb | |||
| @@ -21,8 +21,6 @@ inherit pypi | |||
| 21 | 21 | ||
| 22 | CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" | 22 | CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" |
| 23 | 23 | ||
| 24 | export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" | ||
| 25 | |||
| 26 | BORING_SSL_PLATFORM:arm = "linux-arm" | 24 | BORING_SSL_PLATFORM:arm = "linux-arm" |
| 27 | BORING_SSL_PLATFORM:x86-64 = "linux-x86_64" | 25 | BORING_SSL_PLATFORM:x86-64 = "linux-x86_64" |
| 28 | BORING_SSL_PLATFORM:aarch64 = "linux-aarch64" | 26 | BORING_SSL_PLATFORM:aarch64 = "linux-aarch64" |
