navigation: updating to 1.11.13

This commit also adds cmake-modules to the dependencies of
clear-costmap-recovery, while looking into an build issue of the
intermediate version 1.11.12(!) of navigation.
This commit is contained in:
Lukas Bulwahn 2014-10-02 10:40:50 +02:00
parent 2204f39167
commit 3581b36768
18 changed files with 3 additions and 3 deletions

View File

@ -5,6 +5,6 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=01c2bc31767ccb3a68e12f02612b2a97"
DEPENDS = "costmap-2d libeigen nav-core pluginlib roscpp tf"
DEPENDS = "cmake-modules costmap-2d libeigen nav-core pluginlib roscpp tf"
require navigation.inc

View File

@ -1,6 +1,6 @@
SRC_URI = "https://github.com/ros-planning/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "dce7f2003e60fc8d29f8a012a5d6ed1b"
SRC_URI[sha256sum] = "7c4ade380aa33d8c39d446185a715e08494115097cd34fb8e28dba53b29b7966"
SRC_URI[md5sum] = "56ba29a3ac7810a1766f05ec0f7bdddd"
SRC_URI[sha256sum] = "3a0070ef49d890df81b23eca819857a257ab677d09a2533e5a9f833b969a8ce1"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"