From 2c2850187419877c961cb8b7d27c8cf2e72c28e6 Mon Sep 17 00:00:00 2001 From: Rob Woolley Date: Wed, 6 Nov 2024 02:22:25 -0800 Subject: [PATCH] {jazzy} example-interfaces: Add missing dependency 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 --- .../example-interfaces/example-interfaces_0.12.0-3.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ros2-jazzy/recipes-bbappends/example-interfaces/example-interfaces_0.12.0-3.bbappend b/meta-ros2-jazzy/recipes-bbappends/example-interfaces/example-interfaces_0.12.0-3.bbappend index c169329a667..d78efb3eeee 100644 --- a/meta-ros2-jazzy/recipes-bbappends/example-interfaces/example-interfaces_0.12.0-3.bbappend +++ b/meta-ros2-jazzy/recipes-bbappends/example-interfaces/example-interfaces_0.12.0-3.bbappend @@ -14,6 +14,7 @@ ROS_BUILDTOOL_DEPENDS += " \ ROS_BUILD_DEPENDS += " \ rosidl-typesupport-c \ rosidl-typesupport-cpp \ + action-msgs \ " ROS_EXEC_DEPENDS += " \