Skip to content
Snippets Groups Projects
Commit 47067b78 authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/ros-realtime-tools] Kill obsolete variable in depend.mk

The ROS_STACKAGE variable (stack.xml vs. package.xml) does not exist anymore
since ros-fuerte support has been dropped.
Now this is just a regular 'package.xml' file.
parent 8136aab4
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ DEPEND_ABI.ros-realtime-tools?= ros-realtime-tools>=1.8.2
DEPEND_DIR.ros-realtime-tools?= ../../wip/ros-realtime-tools
SYSTEM_SEARCH.ros-realtime-tools=\
'include/realtime_tools/realtime_box.h' \
'share/realtime_tools/${ROS_STACKAGE}:/<version>/s/[^0-9.]//gp' \
'include/realtime_tools/realtime_box.h' \
'share/realtime_tools/package.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/realtime_tools.pc:/Version/s/[^0-9.]//gp'
endif # ROS_REALTIMETOOLS_DEPEND_MK ----------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment