diff options
| -rw-r--r-- | meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb b/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb index ecc575bcfb..24072c0832 100644 --- a/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb +++ b/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb | |||
| @@ -42,6 +42,10 @@ do_configure_prepend_mipsarch() { | |||
| 42 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt | 42 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | do_configure_prepend_toolchain-clang_x86() { | ||
| 46 | sed -i -e "s/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} rt m pthread)/set(_gRPC_ALLTARGETS_LIBRARIES \${CMAKE_DL_LIBS} atomic rt m pthread)/g" ${S}/CMakeLists.txt | ||
| 47 | } | ||
| 48 | |||
| 45 | BBCLASSEXTEND = "native nativesdk" | 49 | BBCLASSEXTEND = "native nativesdk" |
| 46 | 50 | ||
| 47 | SYSROOT_DIRS_BLACKLIST_append_class-target = "${libdir}/cmake/grpc" | 51 | SYSROOT_DIRS_BLACKLIST_append_class-target = "${libdir}/cmake/grpc" |
