From 2624af109acad1b31a45d274c9a98c94b03ccb17 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Fri, 17 May 2013 14:20:04 +0200 Subject: [PATCH] rosbash: adding run-time dependencies The rosbash tools does not run with the BusyBox shell, and requires the bash and the common find utility. --- recipes-ros/ros/rosbash_1.9.42.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-ros/ros/rosbash_1.9.42.bb b/recipes-ros/ros/rosbash_1.9.42.bb index 4e8d2e6..6aff5ba 100644 --- a/recipes-ros/ros/rosbash_1.9.42.bb +++ b/recipes-ros/ros/rosbash_1.9.42.bb @@ -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}"