[Buildroot] [git commit] package/grpc: remove BUILD_CSHARP_EXT option
Thomas Petazzoni
thomas.petazzoni at bootlin.com
Sun Dec 14 17:03:16 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=e513d6a5fdf6b87eff10f759535ccc7abcef7a73
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
the CSharp Extension was removed in grcp 1.47.0 [0] and the option in
the CMakeLists was dropped in 1.58.0 [1], which means that it is no
longer relevant since Buildroot commit
91d1207de0b3cda9b9722f7ca09131cde7c14bd9, which bumped grpc from
1.51.1 to 1.66.1.
So remove this option for host-grpc as well.
Fixes:
CMake Warning:
Manually-specified variables were not used by the project:
gRPC_BUILD_CSHARP_EXT
[0] https://github.com/grpc/grpc/releases/tag/v1.47.0
[1] https://github.com/grpc/grpc/commit/3a2bd221ef1166ae7d7bba3f700ff92ce3df5e86
Signed-off-by: Michael Nosthoff <buildroot at heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
package/grpc/grpc.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/grpc/grpc.mk b/package/grpc/grpc.mk
index 39be4f583f..d8681f33ce 100644
--- a/package/grpc/grpc.mk
+++ b/package/grpc/grpc.mk
@@ -75,7 +75,6 @@ HOST_GRPC_CONF_OPTS = \
-DgRPC_SSL_PROVIDER=none \
-DgRPC_ZLIB_PROVIDER=none \
-DgRPC_BUILD_CODEGEN=OFF \
- -DgRPC_BUILD_CSHARP_EXT=OFF \
-DgRPC_BUILD_PLUGIN_SUPPORT_ONLY=ON \
-DgRPC_BUILD_GRPC_CSHARP_PLUGIN=OFF \
-DgRPC_BUILD_GRPC_NODE_PLUGIN=OFF \
More information about the buildroot
mailing list