From 2abde98b4aecd303c95539d4518b849487635292 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Fri, 3 Apr 2020 15:35:37 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-grpcio_1.27.1.bb') 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" -- cgit v1.2.3-54-g00ecf