grpc: Remove runtime dependency between grpc and protobuf-compiler

Remove the runtime dependency between grpc and protobuf-compiler package
by moving the grpc_plugin_support library to grpc-compiler package.

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Stefan Herbrechtsmeier
2022-03-29 13:28:46 +02:00
committed by Khem Raj
parent 04c03d8495
commit d9a5af5583
+4 -1
View File
@@ -82,4 +82,7 @@ BBCLASSEXTEND = "native nativesdk"
SYSROOT_DIRS_IGNORE:append:class-target = " ${baselib}/cmake/grpc"
FILES:${PN}-compiler += "${bindir}"
FILES:${PN}-compiler += " \
${bindir} \
${libdir}/libgrpc_plugin_support${SOLIBS} \
"