From 9d994f01a22bc641ca0542500d82909f666bdde7 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de> Date: Tue, 26 Feb 2013 11:26:35 +0100 Subject: [PATCH] rosmsg: initial untested recipe by manually extracting meta data from package.xml --- recipes-ros/ros-comm/rosmsg_1.9.41.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-ros/ros-comm/rosmsg_1.9.41.bb diff --git a/recipes-ros/ros-comm/rosmsg_1.9.41.bb b/recipes-ros/ros-comm/rosmsg_1.9.41.bb new file mode 100644 index 0000000..60bf7ac --- /dev/null +++ b/recipes-ros/ros-comm/rosmsg_1.9.41.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "rosmsg contains two command-line tools: rosmsg and rossrv. \ +rosmsg is a command-line tool for displaying information about ROS Message \ +types. rossrv is a command-line tool for displaying information about ROS Service types." +SECTION = "devel" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://package.xml;beginline=14;endline=14;md5=d566ef916e9dedc494f5f793a6690ba5" + +require ros-comm.inc + +S = "${WORKDIR}/ros_comm-${PV}/tools/${BPN}" -- GitLab