From a15125d8280865cefb77eb9fb453aadd764f6e13 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Date: Tue, 19 Aug 2014 18:28:35 +0200
Subject: [PATCH] addressing obvious flaw in commit 53796fc4

In commit 53796fc4, bitbake fails at parsing. It slipped through,
as I did not invoke any testing before submitting 53796fc4. This
commit resolves the obvious shortcoming.
---
 recipes-ros/ros-comm/rosbag_1.10.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-ros/ros-comm/rosbag_1.10.10.bb b/recipes-ros/ros-comm/rosbag_1.10.10.bb
index 02ecc87..0e901af 100644
--- a/recipes-ros/ros-comm/rosbag_1.10.10.bb
+++ b/recipes-ros/ros-comm/rosbag_1.10.10.bb
@@ -4,7 +4,7 @@ SECTION = "devel"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
 
-DEPENDS = "boost cpp-common python-imaging rosbag-storage rosconsole roscpp roscpp-serialization
+DEPENDS = "boost cpp-common python-imaging rosbag-storage rosconsole roscpp roscpp-serialization \
     topic-tools xmlrpcpp"
 
 require ros-comm.inc
-- 
GitLab