From d88f9c97d058265c1ceecd6683b9d7d55b0be05e Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 26 Feb 2013 11:28:09 +0100 Subject: [PATCH] rosservice: initial untested recipe by manually extracting meta data from package.xml --- recipes-ros/ros-comm/rosservice_1.9.41.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes-ros/ros-comm/rosservice_1.9.41.bb diff --git a/recipes-ros/ros-comm/rosservice_1.9.41.bb b/recipes-ros/ros-comm/rosservice_1.9.41.bb new file mode 100644 index 0000000..d7fbe98 --- /dev/null +++ b/recipes-ros/ros-comm/rosservice_1.9.41.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "rosservice contains the rosservice command-line tool for listing and querying ROS Services." +SECTION = "devel" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=d566ef916e9dedc494f5f793a6690ba5" + +require ros-comm.inc + +S = "${WORKDIR}/ros_comm-${PV}/tools/${BPN}"