aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2020-04-03 15:35:37 +0800
committerKhem Raj <raj.khem@gmail.com>2020-04-03 07:06:48 -0700
commit2abde98b4aecd303c95539d4518b849487635292 (patch)
tree9a01fddbe5bda48407c94ffadeaa92ede8c2f465 /meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb
parent84a16dbe5b32986898f8020b01818630eb2d61c5 (diff)
downloadmeta-openembedded-2abde98b4aecd303c95539d4518b849487635292.tar.gz
python3-grpcio: disable ccache to workaround native build failure
While enabling ccache, build python3-grpcio-native failed: ... |error: can't copy 'tmp-glibc/work/x86_64-linux/python3-grpcio-native/ 1.27.1-r0/build/lib.linux-x86_64-3.8/grpc/_cython/ cygrpc.cpython-38-x86_64-linux-gnu.so': doesn't exist or not a regular file |ERROR: 'python3 setup.py build ' execution failed. ... So disable ccache to workaround the failure. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb2
1 files changed, 2 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 358b237f7c..83d3671016 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
@@ -30,3 +30,5 @@ do_compile_prepend_toolchain-clang() {
CLEANBROKEN = "1"
BBCLASSEXTEND = "native nativesdk"
+
+CCACHE_DISABLE = "1"