From da10f390ef26c23501ebd2c2aca4de5d0ab7233d Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 3 Oct 2017 17:22:22 +0200 Subject: [PATCH] geographiclib: initial commit The initial commit from Johannes Schrimpf provided the geographiclib recipe in recipes-ros. The general policy is to only have ROS packages in recipes-ros, i.e., packages that are tracked and updated in the rosdistro/distribution.yaml file. Hence, I then moved the geographiclib recipe to recipes-extended, as it is a supporting library, not a ROS package. Signed-off-by: Lukas Bulwahn --- .../geographiclib/geographiclib_1.48.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-extended/geographiclib/geographiclib_1.48.bb diff --git a/recipes-extended/geographiclib/geographiclib_1.48.bb b/recipes-extended/geographiclib/geographiclib_1.48.bb new file mode 100644 index 0000000..d1df08a --- /dev/null +++ b/recipes-extended/geographiclib/geographiclib_1.48.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "GeographicLib is a small set of C++ classes for performing conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for gravity (e.g., EGM2008), geoid height, and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems." +SECTION = "devel" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=beda1cf298e14fa7de56a07a83308905" + +DEPENDS = "" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/distrib/GeographicLib-${PV}.tar.gz" +SRC_URI[md5sum] = "e99153cf41bf64998cc4f91c00aea167" +SRC_URI[sha256sum] = "7203d56123b6f6fb31842295d57b2418f79fb0db9a06f2f65ee9e415c6f0cb70" + +S = "${WORKDIR}/GeographicLib-${PV}" + +inherit cmake