include recently added recipes in packagegroups

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
This commit is contained in:
Lukas Bulwahn 2017-02-03 05:58:20 +01:00
parent 48ff1fca6d
commit 4250542cc5
2 changed files with 17 additions and 3 deletions

View File

@ -9,6 +9,7 @@ RDEPENDS_${PN} = "\
rosconsole \ rosconsole \
rosparam \ rosparam \
catkin \ catkin \
catkin-runtime \
genmsg \ genmsg \
rosgraph \ rosgraph \
genpy \ genpy \
@ -50,4 +51,5 @@ RDEPENDS_${PN} = "\
message-runtime \ message-runtime \
rostime \ rostime \
gencpp \ gencpp \
roslz4 \
" "

View File

@ -37,6 +37,7 @@ RDEPENDS_${PN} = "\
tf2-msgs \ tf2-msgs \
tf2-py \ tf2-py \
tf2-ros \ tf2-ros \
tf2-sensor-msgs \
tf2-tools \ tf2-tools \
eigen-conversions \ eigen-conversions \
kdl-conversions \ kdl-conversions \
@ -65,6 +66,8 @@ RDEPENDS_${PN} = "\
hardware-interface \ hardware-interface \
joint-limits-interface \ joint-limits-interface \
transmission-interface \ transmission-interface \
collada-parser \
collada-urdf \
kdl-parser \ kdl-parser \
resource-retriever \ resource-retriever \
urdf-parser-plugin \ urdf-parser-plugin \
@ -171,11 +174,20 @@ RDEPENDS_${PN} = "\
rosbridge-server \ rosbridge-server \
rosbridge-suite \ rosbridge-suite \
ar-track-alvar \ ar-track-alvar \
ar-track-alvar-msgs \
moveit-core \
moveit-msgs \
moveit-ros-perception \
moveit-ros-planning \ moveit-ros-planning \
mavros-msgs \
cv-camera \
object-recognition-msgs \
srdfdom \
" "
# collada-parser and collada-urdf require collada-dom, which does not compile with gcc6. # ros-mavlink fails while configuring; libmavconn, mavros, mavros-extras depend on ros-mavlink.
# urdfdom-headers is an empty deploy package.
# image-view requires gtk+, but it cannot be found by cmake for some reason. # image-view requires gtk+, but it cannot be found by cmake for some reason.
# sound-play requires python-gst (which is not available in any layers' master branch) # sound-play requires python-gst (which is not available in any layers' master branch)
# joint-state-publisher still has some issues. # joint-state-publisher requires opengl distro feature and has further issues building.
# freenect-camera and freenect-launch requires opengl distro feature. # freenect-camera and freenect-launch requires opengl distro feature.