Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
bf7b0409
Commit
bf7b0409
authored
6 years ago
by
Pierre Narvor
Browse files
Options
Downloads
Patches
Plain Diff
[wip/infuse-crisp-genom] Reverted changes to Makefile
parent
03a73a6b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
infuse-crisp-genom3/Makefile
+0
-35
0 additions, 35 deletions
infuse-crisp-genom3/Makefile
with
0 additions
and
35 deletions
infuse-crisp-genom3/Makefile
+
0
−
35
View file @
bf7b0409
...
@@ -20,41 +20,6 @@ include ../../architecture/genom3/module.mk
...
@@ -20,41 +20,6 @@ include ../../architecture/genom3/module.mk
# In InFuse we use ROS, so keep these options enabled by default
# In InFuse we use ROS, so keep these options enabled by default
PKG_SUGGESTED_OPTIONS
+=
ros-client-c ros-client-ros ros-server
PKG_SUGGESTED_OPTIONS
+=
ros-client-c ros-client-ros ros-server
# # This WAS SUPPOSED TO fix the double dependency on std_msgs in the
# # generated package.xml files. This does not work here probably because
# # PKG_OPTIONS here is empty. This should probably go in a 'define' to be
# # expanded later, but I don't know how to do it. :(
# ifneq (,$(filter ros-client-c,${PKG_OPTIONS}))
# SUBST_CLASSES+= fix-ros-client-c-depends
# SUBST_STAGE.fix-ros-client-c-depends= pre-install
# SUBST_MESSAGE.fix-ros-client-c-depends= Fixing repeated dependency on std_msgs for option ros-client-c
# SUBST_FILES.fix-ros-client-c-depends= ../templates/ros/client/c/*/package.xml
# SUBST_SED.fix-ros-client-c-depends= -e '0,/<depend>std_msgs<\/depend>/! s/<depend>std_msgs<\/depend>//'
# endif
# ifneq (,$(filter ros-client-ros,${PKG_OPTIONS}))
# SUBST_CLASSES+= fix-ros-client-ros-depends
# SUBST_STAGE.fix-ros-client-ros-depends= pre-install
# SUBST_MESSAGE.fix-ros-client-ros-depends= Fixing repeated dependency on std_msgs for option ros-client-ros
# SUBST_FILES.fix-ros-client-ros-depends= ../templates/ros/client/ros/*/package.xml
# SUBST_SED.fix-ros-client-ros-depends= -e '0,/<depend>std_msgs<\/depend>/! s/<depend>std_msgs<\/depend>//'
# endif
# ifneq (,$(filter ros-server,${PKG_OPTIONS}))
# SUBST_CLASSES+= fix-ros-server-depends
# SUBST_STAGE.fix-ros-server-depends= pre-install
# SUBST_MESSAGE.fix-ros-server-depends= Fixing repeated dependency on std_msgs for option ros-server
# SUBST_FILES.fix-ros-server-depends= ../templates/ros/server/*/package.xml
# SUBST_SED.fix-ros-server-depends= -e '0,/<depend>std_msgs<\/depend>/! s/<depend>std_msgs<\/depend>//'
# endif
# Dirty hack to fix the repeated dependency because the solution commented
# above didn't work. The installation of this package probably going to fail
# if not compiled with ROS options
SUBST_CLASSES
+=
fix-std-msgs-depends
SUBST_STAGE.fix-std-msgs-depends
=
pre-install
SUBST_MESSAGE.fix-std-msgs-depends
=
Fixing repeated dependency on std_msgs
SUBST_FILES.fix-std-msgs-depends
=
../templates/ros/server/
*
/package.xml
SUBST_FILES.fix-std-msgs-depends
+=
../templates/ros/client/
*
/
*
/package.xml
SUBST_SED.fix-std-msgs-depends
=
-e
'0,/<depend>std_msgs<\/depend>/! s/<depend>std_msgs<\/depend>//'
include
../../interfaces/openrobots-idl/depend.mk
include
../../interfaces/openrobots-idl/depend.mk
include
../../wip/infuse-idl/depend.mk
include
../../wip/infuse-idl/depend.mk
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment