Skip to content

Commit

Permalink
(#24700) grpc: Revert grpc component name to _grpc
Browse files Browse the repository at this point in the history
* Revert grpc component name, it breaks recipes which unadvertedly depended on it

* Rename in requires clauses too
  • Loading branch information
AbrilRBS authored Jul 25, 2024
1 parent d6e9920 commit e323a7d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions recipes/grpc/all/target_info/grpc_1.50.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ grpc_targets:
- abseil::absl_time
- abseil::absl_optional
- abseil::absl_variant
- name: "grpc"
- name: "_grpc"
lib: "grpc"
requires:
- zlib::zlib
Expand Down Expand Up @@ -70,7 +70,7 @@ grpc_targets:
requires:
- protobuf::libprotobuf
- abseil::absl_cleanup
- grpc
- _grpc
- name: "grpc++_alts"
lib: "grpc++_alts"
requires:
Expand Down Expand Up @@ -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"
4 changes: 2 additions & 2 deletions recipes/grpc/all/target_info/grpc_1.50.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ grpc_targets:
- abseil::absl_time
- abseil::absl_optional
- abseil::absl_variant
- name: "grpc"
- name: "_grpc"
lib: "grpc"
requires:
- zlib::zlib
Expand Down Expand Up @@ -70,7 +70,7 @@ grpc_targets:
requires:
- protobuf::libprotobuf
- abseil::absl_cleanup
- grpc
- _grpc
- name: "grpc++_alts"
lib: "grpc++_alts"
requires:
Expand Down
5 changes: 2 additions & 3 deletions recipes/grpc/all/target_info/grpc_1.54.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ grpc_targets:
- abseil::absl_time
- abseil::absl_optional
- abseil::absl_variant
- name: "grpc"
- name: "_grpc"
lib: "grpc"
requires:
- zlib::zlib
Expand Down Expand Up @@ -76,7 +76,7 @@ grpc_targets:
requires:
- protobuf::libprotobuf
- zlib::zlib
- grpc
- _grpc
- name: "grpc++_alts"
lib: "grpc++_alts"
requires:
Expand Down Expand Up @@ -150,4 +150,3 @@ grpc_plugins:
executable: "grpc_python_plugin"
- target: "gRPC::grpc_ruby_plugin"
executable: "grpc_ruby_plugin"

4 changes: 2 additions & 2 deletions recipes/grpc/all/target_info/grpc_1.65.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e323a7d

Please sign in to comment.