From f8362d7b35b1d280f6019fda4522f8f0aad1b611 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 11 Jun 2013 07:41:13 +0200 Subject: [PATCH] angles: initial commit The angles package is required for the tf package. --- recipes-ros/angles/angles_1.9.9.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-ros/angles/angles_1.9.9.bb diff --git a/recipes-ros/angles/angles_1.9.9.bb b/recipes-ros/angles/angles_1.9.9.bb new file mode 100644 index 0000000..6359d9b --- /dev/null +++ b/recipes-ros/angles/angles_1.9.9.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "This package provides a set of simple math utilities to work with angles." +SECTION = "devel" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://package.xml;beginline=15;endline=15;md5=d566ef916e9dedc494f5f793a6690ba5" + +SRC_URI = "https://github.com/ros/${BPN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz" +SRC_URI[md5sum] = "c2a841dbeb1f3036449919773ac70876" +SRC_URI[sha256sum] = "5e690bf611bead83c2fdcab5a9617b622a9869e55fd1742c00b4015ddf4f8cfc" + +S = "${WORKDIR}/${BP}/${BPN}" + +inherit catkin