roslaunch: adding all runtime dependencies to get roscore starting up
For starting roscore, it requires a number of runtime dependencies. At the moment, all runtime dependencies, even recursive runtime dependencies, are added only in the roslaunch recipe. Hence, the recipe contains all runtime dependencies. At a later stage, one should move the recursive runtime dependencies into the appropriate recipes.
This commit is contained in:
parent
c6a89dd7af
commit
7b6451687b
|
@ -3,6 +3,23 @@ via SSH, as well as setting parameters on the Parameter Server."
|
|||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=16;endline=16;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
RDEPENDS_${PN} = "\
|
||||
python-textutils \
|
||||
python-logging \
|
||||
python-threading \
|
||||
python-rospkg \
|
||||
rosgraph \
|
||||
python-pyyaml \
|
||||
roslib \
|
||||
catkin \
|
||||
python-catkin-pkg \
|
||||
rosclean \
|
||||
rosmaster \
|
||||
rosgraph-msgs \
|
||||
genpy \
|
||||
genmsg \
|
||||
std-msgs \
|
||||
"
|
||||
|
||||
require ros-comm.inc
|
||||
|
||||
|
|
Loading…
Reference in New Issue