mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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:
committed by
Khem Raj
parent
04c03d8495
commit
d9a5af5583
@@ -82,4 +82,7 @@ BBCLASSEXTEND = "native nativesdk"
|
|||||||
|
|
||||||
SYSROOT_DIRS_IGNORE:append:class-target = " ${baselib}/cmake/grpc"
|
SYSROOT_DIRS_IGNORE:append:class-target = " ${baselib}/cmake/grpc"
|
||||||
|
|
||||||
FILES:${PN}-compiler += "${bindir}"
|
FILES:${PN}-compiler += " \
|
||||||
|
${bindir} \
|
||||||
|
${libdir}/libgrpc_plugin_support${SOLIBS} \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user