From 174073b75a1bee95f2e254418031866c5a127bdf Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Sat, 12 Oct 2013 20:24:59 +0200 Subject: [PATCH] shape-tools: initial commit --- recipes-ros/shape-tools/shape-tools_0.2.1.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-ros/shape-tools/shape-tools_0.2.1.bb diff --git a/recipes-ros/shape-tools/shape-tools_0.2.1.bb b/recipes-ros/shape-tools/shape-tools_0.2.1.bb new file mode 100644 index 0000000..1474916 --- /dev/null +++ b/recipes-ros/shape-tools/shape-tools_0.2.1.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Tools for operating on shape messages." +SECTION = "devel" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=5ee5b8b046ae48ad94a2037ca953a67b" + +DEPENDS = "shape-msgs visualization-msgs" + +SRC_URI = "https://github.com/ros-planning/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" +SRC_URI[md5sum] = "75e12ba67d11470a1028eaf38f792604" +SRC_URI[sha256sum] = "19a11713c78e409a466bca5168a7710e096a92f92fcafef4fa485bc7606eaf3e" + +S = "${WORKDIR}/${ROS_SP}" + +inherit catkin