rosbash: adding run-time dependencies
The rosbash tools does not run with the BusyBox shell, and requires the bash and the common find utility.
This commit is contained in:
parent
d891b5874b
commit
2624af109a
|
@ -5,5 +5,7 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc
|
|||
|
||||
require ros.inc
|
||||
|
||||
RDEPENDS_${PN} = "bash findutils"
|
||||
|
||||
S = "${WORKDIR}/ros-${PV}/tools/${BPN}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue