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:
Lukas Bulwahn 2013-05-17 14:20:04 +02:00
parent d891b5874b
commit 2624af109a
1 changed files with 2 additions and 0 deletions

View File

@ -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}"