diff options
| author | Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> | 2022-03-29 13:28:46 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-29 08:33:41 -0700 |
| commit | d9a5af5583462c06807204d1a8d88876fe34ac27 (patch) | |
| tree | 1c19bbd3f0a0ad77c72a5179fec8e39f330e73d0 /meta-oe/recipes-devtools/grpc | |
| parent | 04c03d8495692d0ce3c4af48f9ad9a3bd6b9ef53 (diff) | |
| download | meta-openembedded-d9a5af5583462c06807204d1a8d88876fe34ac27.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-devtools/grpc')
| -rw-r--r-- | meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb index d6b50ee7da..d25a01cf34 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb | |||
| @@ -82,4 +82,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 82 | 82 | ||
| 83 | SYSROOT_DIRS_IGNORE:append:class-target = " ${baselib}/cmake/grpc" | 83 | SYSROOT_DIRS_IGNORE:append:class-target = " ${baselib}/cmake/grpc" |
| 84 | 84 | ||
| 85 | FILES:${PN}-compiler += "${bindir}" | 85 | FILES:${PN}-compiler += " \ |
| 86 | ${bindir} \ | ||
| 87 | ${libdir}/libgrpc_plugin_support${SOLIBS} \ | ||
| 88 | " | ||
