From 0533cda70b8403698e9a85900719b80ba612283c Mon Sep 17 00:00:00 2001
From: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
Date: Thu, 14 Mar 2013 11:35:10 +0100
Subject: [PATCH] topic-tools: replace hyphen with underline in source path

Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
---
 recipes-ros/ros-comm/topic-tools_1.9.41.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-ros/ros-comm/topic-tools_1.9.41.bb b/recipes-ros/ros-comm/topic-tools_1.9.41.bb
index 69f4b1a..cc92c61 100644
--- a/recipes-ros/ros-comm/topic-tools_1.9.41.bb
+++ b/recipes-ros/ros-comm/topic-tools_1.9.41.bb
@@ -8,4 +8,4 @@ DEPENDS = "rostest-native"
 
 require ros-comm.inc
 
-S = "${WORKDIR}/ros_comm-${PV}/tools/${BPN}"
+S = "${WORKDIR}/ros_comm-${PV}/tools/${ROS_BPN}"
-- 
GitLab