Skip to content

Commit f126210

Browse files
committed
{rolling} rosbridge-test-msgs: Add missing build dependencies
Signed-off-by: Rob Woolley <[email protected]>
1 parent e1d613c commit f126210

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

meta-ros2-rolling/recipes-bbappends/rosbridge-suite/rosbridge-test-msgs_2.2.0-1.bbappend

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ ROS_BUILDTOOL_DEPENDS += " \
99
rosidl-typesupport-fastrtps-c-native \
1010
rosidl-typesupport-fastrtps-cpp-native \
1111
"
12+
# Without the target rosidl-typesupport-{c,cpp}, ament finds the native packages and then fails to link (error: incompatible
13+
# target).
14+
ROS_BUILD_DEPENDS += " \
15+
action-msgs \
16+
rosidl-generator-c \
17+
rosidl-typesupport-c \
18+
rosidl-typesupport-cpp \
19+
"
1220
ROS_BUILD_DEPENDS:remove = " \
1321
rosidl-default-generators \
1422
rosidl-typesupport-fastrtps-c \

0 commit comments

Comments
 (0)