remove sound-play from continuously checked ros-world

This patch fixes the continuous integration test by dropping
the sound-play recipe from ros-world, as it would fail with
the master branches (addresses issue #388).

https://github.com/bmwcarit/meta-ros/issues/388
This commit is contained in:
Lukas Bulwahn 2016-06-01 16:08:00 +02:00
parent be892085ae
commit e8e859ac4e
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,6 @@ RDEPENDS_${PN} = "\
robot-pose-ekf \
roslint \
ros-pocketsphinx \
sound-play \
rt-tests-support \
communication-tests \
cyclic-timer-tests \
@ -177,5 +176,6 @@ RDEPENDS_${PN} = "\
rosbridge-suite \
"
# sound-play requires python-gst (which is not available in any layers' master branch)
# joint-state-publisher still has some issues.
# freenect-camera and freenect-launch requires opengl distro feature.