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

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

diff --git a/recipes-ros/ros-comm/rosnode_1.9.41.bb b/recipes-ros/ros-comm/rosnode_1.9.41.bb
new file mode 100644
index 0000000..766b4e9
--- /dev/null
+++ b/recipes-ros/ros-comm/rosnode_1.9.41.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "rosnode is a command-line tool for displaying debug information \
+about ROS Nodes, including publications, subscriptions and connections."
+SECTION = "devel"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://package.xml;beginline=12;endline=12;md5=d566ef916e9dedc494f5f793a6690ba5"
+
+DEPENDS = "rostest"
+
+require ros-comm.inc
+
+S = "${WORKDIR}/ros_comm-${PV}/tools/${BPN}"
-- 
GitLab