Skip to content

Commit 8f3d81e

Browse files
vermaeterobwoolley
authored andcommitted
{rolling} rosbridge-suite: Fixed the LICENSE string to SPDX ID
License can be found here: https://github.com/RobotWebTools/rosbridge_suite/blob/ros2/LICENSE Signed-off-by: Jan Vermaete <[email protected]>
1 parent 7d00ada commit 8f3d81e

7 files changed

+13
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright (c) 2021 LG Electronics, Inc.
22
# Copyright (c) 2023 Wind River Systems, Inc.
33

4+
LICENSE = "BSD-3-Clause"
5+
46
# Without the target dependencies, ament finds the native packages and then fails to link (error: incompatible target).
57
ROS_BUILD_DEPENDS += " \
68
rosidl-typesupport-fastrtps-c-native \

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copyright (c) 2021 LG Electronics, Inc.
22

3+
LICENSE = "BSD-3-Clause"
4+
35
ROS_BUILDTOOL_DEPENDS += " \
46
rosidl-adapter-native \
57
rosidl-typesupport-fastrtps-cpp-native \

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copyright (c) 2021 LG Electronics, Inc.
22

3+
LICENSE = "BSD-3-Clause"
4+
35
ROS_BUILDTOOL_DEPENDS += " \
46
python3-numpy-native \
57
rosidl-adapter-native \

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copyright (c) 2021 LG Electronics, Inc.
22

3+
LICENSE = "BSD-3-Clause"
4+
35
# "rosidl-default-generators" belongs in ROS_BUILDTOOL_DEPENDS (as "rosidl-default-generators-native"); it should not be in
46
# ROS_BUILD_DEPENDS.
57
ROS_BUILDTOOL_DEPENDS += " \

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copyright (c) 2021 LG Electronics, Inc.
22

3+
LICENSE = "BSD-3-Clause"
4+
35
ROS_BUILDTOOL_DEPENDS += " \
46
ament-cmake-gmock \
57
ament-cmake-gtest \
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LICENSE = "BSD-3-Clause"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copyright (c) 2021 LG Electronics, Inc.
22

3+
LICENSE = "BSD-3-Clause"
4+
35
# "rosidl-default-generators" belongs in ROS_BUILDTOOL_DEPENDS (as "rosidl-default-generators-native"); it should not be in
46
# ROS_BUILD_DEPENDS.
57
ROS_BUILDTOOL_DEPENDS += " \

0 commit comments

Comments
 (0)