summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-24 23:14:14 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-25 23:08:11 -0700
commit7d099808f0b6dcba62851a4976e1bc0c6a51d084 (patch)
tree5a90f1a1b2a1b2be2e4968e90fc318f061e17c06
parent1b26adb83a840ecefe4a1cb511053b773cd31507 (diff)
downloadmeta-openembedded-7d099808f0b6dcba62851a4976e1bc0c6a51d084.tar.gz
python3-grpcio: Enable largefile support explicitly
This ensures that third party packages like zlib can get this in CFLAGS Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb
index 24c6e5344..0950114b0 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.47.0.bb
@@ -23,6 +23,8 @@ RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \
23inherit setuptools3 23inherit setuptools3
24inherit pypi 24inherit pypi
25 25
26CFLAGS += "-D_LARGEFILE64_SOURCE"
27
26export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1" 28export GRPC_PYTHON_DISABLE_LIBC_COMPATIBILITY = "1"
27 29
28BORING_SSL_PLATFORM:arm = "linux-arm" 30BORING_SSL_PLATFORM:arm = "linux-arm"