rostopic: adding run-time dependency
The rostopic tool needs the rosbag python module for its execution.
This commit is contained in:
parent
bb9ff9fa40
commit
d891b5874b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue