From bd76b1cf04394687ae5a609691701dd6ceb4af41 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 2 May 2019 11:16:13 -0700 Subject: [PATCH] DRAFT {dashing} ros-distro.inc: Append to ROS_SUPERFLORE_GENERATED_BUILDTOOLS Since superflore doesn't know when its generating a recipe that it will be for a buildtool, it can't know that what's in ROS_EXEC_DEPEND are also buildtools. --- conf/ros-distro/include/dashing/ros-distro.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/conf/ros-distro/include/dashing/ros-distro.inc b/conf/ros-distro/include/dashing/ros-distro.inc index 82786cf..eeb2ef2 100644 --- a/conf/ros-distro/include/dashing/ros-distro.inc +++ b/conf/ros-distro/include/dashing/ros-distro.inc @@ -21,4 +21,17 @@ LAYERSERIES_COMPAT_ros-layer = "thud" # Since superflore doesn't know when it's generating a recipe that it will be for a build tool, it can't know that what's in # ROS_EXEC_DEPEND are also build tools. Manually add them here. ROS_SUPERFLORE_GENERATED_BUILDTOOLS += " \ + poco-vendor-native \ + rcpputils-native \ + rcutils-native \ + rmw-native \ + rmw-fastrtps-cpp-native \ + rmw-fastrtps-dynamic-cpp-native \ + rmw-fastrtps-shared-cpp-native \ + rmw-implementation-cmake-native \ + rmw-implementation-native \ + rosidl-actions-native \ + rosidl-adapter-native \ + rosidl-typesupport-fastrtps-c-native \ + uncrustify-vendor-native \ "