summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb4
1 files changed, 3 insertions, 1 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 24072c0832..3cde6f79cc 100644
--- a/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb
+++ b/meta-networking/recipes-devtools/grpc/grpc_1.24.3.bb
@@ -36,6 +36,8 @@ EXTRA_OECMAKE = " \
36 -DgRPC_INSTALL=ON \ 36 -DgRPC_INSTALL=ON \
37 -DCMAKE_CROSSCOMPILING=ON \ 37 -DCMAKE_CROSSCOMPILING=ON \
38 -DBUILD_SHARED_LIBS=ON \ 38 -DBUILD_SHARED_LIBS=ON \
39 -DgRPC_INSTALL_LIBDIR=${baselib} \
40 -DgRPC_INSTALL_CMAKEDIR=${baselib}/cmake/${BPN} \
39 " 41 "
40 42
41do_configure_prepend_mipsarch() { 43do_configure_prepend_mipsarch() {
@@ -48,6 +50,6 @@ do_configure_prepend_toolchain-clang_x86() {
48 50
49BBCLASSEXTEND = "native nativesdk" 51BBCLASSEXTEND = "native nativesdk"
50 52
51SYSROOT_DIRS_BLACKLIST_append_class-target = "${libdir}/cmake/grpc" 53SYSROOT_DIRS_BLACKLIST_append_class-target = "${baselib}/cmake/grpc"
52 54
53FILES_${PN}-dev += "${bindir}" 55FILES_${PN}-dev += "${bindir}"