Skip to content

Commit

Permalink
Add missing buildtool_depend on git (ros2#37)
Browse files Browse the repository at this point in the history
This vendor package uses git to fetch sources for other packages. It should declare a dependency on that build tool.

This should address the current cause of RPM build failures for RHEL: https://build.ros2.org/view/Rbin_rhel_el864/job/Rbin_rhel_el864__mcap_vendor__rhel_8_x86_64__binary/

Signed-off-by: Scott K Logan <logans@cottsay.net>
Signed-off-by: James Smith <james@foxglove.dev>
  • Loading branch information
cottsay authored and james-rms committed Nov 17, 2022
1 parent 528c28c commit 0131dc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mcap_vendor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>git</buildtool_depend>

<test_depend>ament_cmake_clang_format</test_depend>
<test_depend>ament_lint_auto</test_depend>
Expand Down

0 comments on commit 0131dc1

Please sign in to comment.