Skip to content

Commit

Permalink
{humble} sick-scan-xd: Add missing build tools
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Woolley <[email protected]>
  • Loading branch information
robwoolley committed Jul 8, 2024
1 parent 7fea471 commit 249ec1a
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
_LICENSE := "${LICENSE}"
LICENSE = "${@'${_LICENSE}'.replace('Apache-License,-Version-2.0,-see-"http-www.apache.org-licenses-LICENSE-2.0"', 'Apache-2.0')}"

ROS_BUILDTOOL_DEPENDS += " \
rosidl-adapter-native \
rosidl-generator-c-native \
rosidl-generator-cpp-native \
rosidl-generator-py-native \
rosidl-typesupport-fastrtps-c-native \
rosidl-typesupport-fastrtps-cpp-native \
rosidl-typesupport-introspection-cpp-native \
rosidl-typesupport-cpp-native \
"

0 comments on commit 249ec1a

Please sign in to comment.