mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-05-03 17:27:03 +00:00
(#24700) grpc: Revert grpc
component name to _grpc
* Revert grpc component name, it breaks recipes which unadvertedly depended on it * Rename in requires clauses too
This commit is contained in:

committed by
GitHub

parent
d6e9920b67
commit
e323a7df53
@ -17,7 +17,7 @@ grpc_targets:
|
||||
- abseil::absl_time
|
||||
- abseil::absl_optional
|
||||
- abseil::absl_variant
|
||||
- name: "grpc"
|
||||
- name: "_grpc"
|
||||
lib: "grpc"
|
||||
requires:
|
||||
- zlib::zlib
|
||||
@ -70,7 +70,7 @@ grpc_targets:
|
||||
requires:
|
||||
- protobuf::libprotobuf
|
||||
- abseil::absl_cleanup
|
||||
- grpc
|
||||
- _grpc
|
||||
- name: "grpc++_alts"
|
||||
lib: "grpc++_alts"
|
||||
requires:
|
||||
@ -117,4 +117,4 @@ grpc_plugins:
|
||||
- target: "gRPC::grpc_python_plugin"
|
||||
executable: "grpc_python_plugin"
|
||||
- target: "gRPC::grpc_ruby_plugin"
|
||||
executable: "grpc_ruby_plugin"
|
||||
executable: "grpc_ruby_plugin"
|
||||
|
@ -17,7 +17,7 @@ grpc_targets:
|
||||
- abseil::absl_time
|
||||
- abseil::absl_optional
|
||||
- abseil::absl_variant
|
||||
- name: "grpc"
|
||||
- name: "_grpc"
|
||||
lib: "grpc"
|
||||
requires:
|
||||
- zlib::zlib
|
||||
@ -70,7 +70,7 @@ grpc_targets:
|
||||
requires:
|
||||
- protobuf::libprotobuf
|
||||
- abseil::absl_cleanup
|
||||
- grpc
|
||||
- _grpc
|
||||
- name: "grpc++_alts"
|
||||
lib: "grpc++_alts"
|
||||
requires:
|
||||
|
@ -23,7 +23,7 @@ grpc_targets:
|
||||
- abseil::absl_time
|
||||
- abseil::absl_optional
|
||||
- abseil::absl_variant
|
||||
- name: "grpc"
|
||||
- name: "_grpc"
|
||||
lib: "grpc"
|
||||
requires:
|
||||
- zlib::zlib
|
||||
@ -76,7 +76,7 @@ grpc_targets:
|
||||
requires:
|
||||
- protobuf::libprotobuf
|
||||
- zlib::zlib
|
||||
- grpc
|
||||
- _grpc
|
||||
- name: "grpc++_alts"
|
||||
lib: "grpc++_alts"
|
||||
requires:
|
||||
@ -150,4 +150,3 @@ grpc_plugins:
|
||||
executable: "grpc_python_plugin"
|
||||
- target: "gRPC::grpc_ruby_plugin"
|
||||
executable: "grpc_ruby_plugin"
|
||||
|
@ -24,7 +24,7 @@ grpc_targets:
|
||||
- abseil::absl_time
|
||||
- abseil::absl_optional
|
||||
- abseil::absl_variant
|
||||
- name: "grpc"
|
||||
- name: "_grpc"
|
||||
lib: "grpc"
|
||||
requires:
|
||||
- upb_json_lib
|
||||
@ -105,7 +105,7 @@ grpc_targets:
|
||||
requires:
|
||||
- abseil::absl_absl_check
|
||||
- abseil::absl_absl_log
|
||||
- grpc
|
||||
- _grpc
|
||||
- protobuf::libprotobuf
|
||||
- name: "grpc++_alts"
|
||||
lib: "grpc++_alts"
|
||||
|
Reference in New Issue
Block a user