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

[wip/ros-realtime-tools] Fix a distinfo glitch and minimum ros version

- Regen distinfo for fixing the distfile path (ros distfiles now lives in their
  own subdir). PR by Olivier Stasse, thanks!

- Fix minimum ros version >= hydro, since this package is not available on
  groovy.
parent 916eb426
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ ROS_COMMENT= topic publisher from reatime threads
include ../../meta-pkgs/ros-base/Makefile.common
DEPEND_ABI.ros+=ros>=groovy
DEPEND_ABI.ros+=ros>=hydro
include ../../devel/ros-catkin/depend.mk
include ../../middleware/ros-comm/depend.mk
......
......@@ -18,7 +18,7 @@ SYSTEM_PREFIX.ros-realtime-tools?= ${SYSTEM_PREFIX.ros-base}
DEPEND_USE+= ros-realtime-tools
ROS_DEPEND_USE+= ros-realtime-tools
DEPEND_ABI.ros+=ros>=groovy
DEPEND_ABI.ros+=ros>=hydro
DEPEND_ABI.ros-realtime-tools?= ros-realtime-tools>=1.8.2
DEPEND_DIR.ros-realtime-tools?= ../../wip/ros-realtime-tools
......
SHA1 (ros/realtime_tools-1.8.2.tar.gz) = a27c6fe2febf45d85d0cdb0ad5510036f2540bd2
RMD160 (ros/realtime_tools-1.8.2.tar.gz) = bc652eab5b42c6e8a233418bf187d67af689c921
Size (ros/realtime_tools-1.8.2.tar.gz) = 7119 bytes
SHA1 (ros/realtime_tools/1.8.2.tar.gz) = a27c6fe2febf45d85d0cdb0ad5510036f2540bd2
RMD160 (ros/realtime_tools/1.8.2.tar.gz) = bc652eab5b42c6e8a233418bf187d67af689c921
Size (ros/realtime_tools/1.8.2.tar.gz) = 7119 bytes
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