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:
parent
be892085ae
commit
e8e859ac4e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue