DRAFT crystal/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.
This commit is contained in:
parent
e3a9003170
commit
da72340f0d
|
@ -21,4 +21,16 @@ LAYERSERIES_COMPAT_ros-layer = "morty"
|
||||||
# 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
|
# 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_EXEC_DEPEND are also build tools. Manually add them here.
|
||||||
ROS_SUPERFLORE_GENERATED_BUILDTOOLS += " \
|
ROS_SUPERFLORE_GENERATED_BUILDTOOLS += " \
|
||||||
|
poco-vendor-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 \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue