Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wanghuo-open
meta-ros
Commits
a2f71b7d
Commit
a2f71b7d
authored
4 years ago
by
Herb Kuta
Browse files
Options
Download
Email Patches
Plain Diff
{eloquent} rmw-fastrtps-shared-cpp, unique-identifier-msgs: Fix missing dependencies
parent
b9e08483
master
dunfell
dunfell-next
gatesgarth
gatesgarth-next
hardknott
hardknott-next
honister
honister-next
kirkstone
kirkstone-next
langdale
langdale-next
master-next
master-previous
mickledore
mickledore-next
nanbield
nanbield-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus/milestones/13
zeus/milestones/12
zeus/milestones/11
warrior/milestones/13
warrior/milestones/12
warrior/milestones/11
thud/milestones/13
thud/milestones/12
thud/milestones/11
thud/milestones/10
thud/milestones/9
master/milestones/17
master/milestones/16
master/milestones/15
master/milestones/14
master/milestones/13
master/milestones/12
master/milestones/11
master/milestones/10
master/milestones/9
honister/milestones/17
hardknott/milestones/17
hardknott/milestones/16
gatesgarth/milestones/17
gatesgarth/milestones/16
gatesgarth/milestones/15
dunfell/milestones/17
dunfell/milestones/16
dunfell/milestones/15
dunfell/milestones/14
dunfell/milestones/13
dunfell/milestones/12
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
meta-ros2-eloquent/recipes-bbappends/rmw-fastrtps/rmw-fastrtps-shared-cpp_0.8.1-1.bbappend
+5
-0
...nds/rmw-fastrtps/rmw-fastrtps-shared-cpp_0.8.1-1.bbappend
meta-ros2-eloquent/recipes-bbappends/unique-identifier-msgs/unique-identifier-msgs_2.1.0-1.bbappend
+17
-0
...e-identifier-msgs/unique-identifier-msgs_2.1.0-1.bbappend
with
22 additions
and
0 deletions
+22
-0
meta-ros2-eloquent/recipes-bbappends/rmw-fastrtps/rmw-fastrtps-shared-cpp_0.8.1-1.bbappend
0 → 100644
View file @
a2f71b7d
# Copyright (c) 2019 LG Electronics, Inc.
ROS_BUILD_DEPENDS += " \
rosidl-cmake \
"
This diff is collapsed.
Click to expand it.
meta-ros2-eloquent/recipes-bbappends/unique-identifier-msgs/unique-identifier-msgs_2.1.0-1.bbappend
0 → 100644
View file @
a2f71b7d
# Copyright (c) 2019 LG Electronics, Inc.
# Without the target rosidl-typesupport-{c,cpp}, ament finds the native packages and then fails to link (error: incompatible
# target).
ROS_BUILD_DEPENDS += " \
fastcdr \
fastrtps \
rosidl-typesupport-c \
rosidl-typesupport-cpp \
"
ROS_BUILDTOOL_DEPENDS += " \
rosidl-parser-native \
rosidl-adapter-native \
python3-numpy-native \
python3-lark-parser-native \
"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help