Skip to content
Snippets Groups Projects
Commit 785eae02 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

ros: updated to hydro release version

The rosunit patch required some minor adjustments.
parent 6eb962a3
No related branches found
No related tags found
No related merge requests found
File moved
SRC_URI = "https://github.com/ros/ros/archive/${PV}.tar.gz;downloadfilename=ros_${PV}.tar.gz"
SRC_URI[md5sum] = "e38f95785dc6dcbb8f8620c9298c2752"
SRC_URI[sha256sum] = "2d8997e1f6980c9cea85a27f39e17beb58db924283fc337c8df11fd79bcb3cb2"
SRC_URI[md5sum] = "26ad8652a18bc11b530b0054bbb204b3"
SRC_URI[sha256sum] = "ae3b8db6bf26867c38b1215e1e014616f00a396847fea31df64da63d2eac6ef2"
inherit catkin
File moved
......@@ -14,7 +14,7 @@ index 4b9bb0d..30db4d1 100644
@@ -14,7 +14,7 @@ macro(rosunit_initialize_tests)
# find binary and scripts in installspace
find_program(ROSUNIT_EXE rosunit
PATHS @(CMAKE_INSTALL_PREFIX)/bin
PATHS "@(CMAKE_INSTALL_PREFIX)/bin"
- NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)
+ NO_DEFAULT_PATH)
if(NOT ROSUNIT_EXE)
......
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