Skip to content
Snippets Groups Projects
Commit 164b757d authored by Kristof Robot's avatar Kristof Robot
Browse files

roslint: adding bash runtime dependency

Solves following warning:
QA Issue: roslint requires /bin/bash,
but no providers in its RDEPENDS [file-rdeps]
parent 8658973c
No related branches found
No related tags found
No related merge requests found
...@@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "b1a77e8d3a2ee3a065f9d6aea11867650facda40263feda6451d581aa7 ...@@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "b1a77e8d3a2ee3a065f9d6aea11867650facda40263feda6451d581aa7
S = "${WORKDIR}/${ROS_SP}" S = "${WORKDIR}/${ROS_SP}"
inherit catkin inherit catkin
RDEPENDS_${PN} += "bash"
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