From 49af8b3d808af056157fc185226990b96875d9f3 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Date: Sat, 2 May 2015 08:52:28 +0200 Subject: [PATCH] frontier-exploration: updating to 0.2.5 Due to the update, the pointer to the license line is adjusted. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> --- ...r-exploration_0.2.2.bb => frontier-exploration_0.2.5.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-ros/frontier-exploration/{frontier-exploration_0.2.2.bb => frontier-exploration_0.2.5.bb} (66%) diff --git a/recipes-ros/frontier-exploration/frontier-exploration_0.2.2.bb b/recipes-ros/frontier-exploration/frontier-exploration_0.2.5.bb similarity index 66% rename from recipes-ros/frontier-exploration/frontier-exploration_0.2.2.bb rename to recipes-ros/frontier-exploration/frontier-exploration_0.2.5.bb index f468b28..1ec0852 100644 --- a/recipes-ros/frontier-exploration/frontier-exploration_0.2.2.bb +++ b/recipes-ros/frontier-exploration/frontier-exploration_0.2.5.bb @@ -2,13 +2,13 @@ DESCRIPTION = "Frontier exploration implementation in ROS, \ accepts exploration goals via actionlib, sends movement commands to move_base" SECTION = "devel" LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=1e7b3bcc2e271699c77c769685058cbe" +LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=1e7b3bcc2e271699c77c769685058cbe" DEPENDS = "geometry-msgs roscpp pcl costmap-2d actionlib move-base-msgs visualization-msgs tf" SRC_URI = "https://github.com/paulbovbel/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" -SRC_URI[md5sum] = "dbb1ec9af662a412d18b18827d30757c" -SRC_URI[sha256sum] = "d4b17acdfb6e532df2894a361e5f6636932a05a27f0bdd6052943c27c1371a7d" +SRC_URI[md5sum] = "05c1be2938dcb998deba340012b5b91a" +SRC_URI[sha256sum] = "a26149014a5ded055f5424d97d3621bcfd7f472fc0664ef61f76ed2f114a6e20" S = "${WORKDIR}/${ROS_SP}" -- GitLab