summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb
index 1e919dd3af..be851ba990 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.45.0.bb
@@ -14,4 +14,8 @@ SRC_URI[sha256sum] = "a016cfc21e0d91b3b036d3d4f968d1fdea865dfa03524cb1fbeca84719
14 14
15RDEPENDS:${PN} = "${PYTHON_PN}-grpcio" 15RDEPENDS:${PN} = "${PYTHON_PN}-grpcio"
16 16
17do_compile:prepend() {
18 export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS="${@oe.utils.parallel_make(d, False)}"
19}
20
17BBCLASSEXTEND = "native nativesdk" 21BBCLASSEXTEND = "native nativesdk"