From 832549b5e4d6dc043947cb0f91e1eaad7afdba34 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Tue, 26 Feb 2013 11:28:30 +0100
Subject: [PATCH] rostopic: initial untested recipe by manually extracting meta
 data from package.xml

---
 recipes-ros/ros-comm/rostopic_1.9.41.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 recipes-ros/ros-comm/rostopic_1.9.41.bb

diff --git a/recipes-ros/ros-comm/rostopic_1.9.41.bb b/recipes-ros/ros-comm/rostopic_1.9.41.bb
new file mode 100644
index 0000000..b8f1a00
--- /dev/null
+++ b/recipes-ros/ros-comm/rostopic_1.9.41.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "rostopic contains the rostopic command-line tool for displaying debug information about \
+ROS Topics, including publishers, subscribers, publishing rate, and ROS Messages."
+SECTION = "devel"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://package.xml;beginline=17;endline=17;md5=d566ef916e9dedc494f5f793a6690ba5"
+
+DEPENDS = "rostest"
+
+require ros-comm.inc
+
+S = "${WORKDIR}/ros_comm-${PV}/tools/${BPN}"
-- 
GitLab