Skip to content

Commit

Permalink
{jazzy} example-interfaces: Add missing dependency
Browse files Browse the repository at this point in the history
Add the target version of action-msgs to ensure that we don't link
against the host library by mistake.

example-interfaces/0.12.0-3/recipe-sysroot-native/opt/ros/jazzy/lib/
libaction_msgs__rosidl_generator_c.so:
error adding symbols: file in wrong format

Signed-off-by: Jiaxing Shi <[email protected]>
  • Loading branch information
robwoolley committed Nov 6, 2024
1 parent 32bcd77 commit 2c28501
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ROS_BUILDTOOL_DEPENDS += " \
ROS_BUILD_DEPENDS += " \
rosidl-typesupport-c \
rosidl-typesupport-cpp \
action-msgs \
"

ROS_EXEC_DEPENDS += " \
Expand Down

0 comments on commit 2c28501

Please sign in to comment.