From e8e859ac4eaf494c89d475cc93ee812332d10e72 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Date: Wed, 1 Jun 2016 16:08:00 +0200
Subject: [PATCH] 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
---
 recipes-ros/packagegroups/packagegroup-ros-world.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-ros/packagegroups/packagegroup-ros-world.bb b/recipes-ros/packagegroups/packagegroup-ros-world.bb
index 5b11f8d..1460d2e 100644
--- a/recipes-ros/packagegroups/packagegroup-ros-world.bb
+++ b/recipes-ros/packagegroups/packagegroup-ros-world.bb
@@ -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.
-- 
GitLab