rostopic: adding run-time dependency

The rostopic tool needs the rosbag python module for its execution.
This commit is contained in:
Lukas Bulwahn 2013-05-17 14:17:04 +02:00
parent bb9ff9fa40
commit d891b5874b
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "rostest-native"
RDEPENDS_${PN} = "rosbag"
require ros-comm.inc