Merge pull request #414 from bulwahn/diagnostics-update

diagnostics: updating to 1.8.10 and adjusting dependencies
This commit is contained in:
KristofRobot 2016-09-26 12:25:19 +02:00 committed by GitHub
commit 44e9546ac8
5 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "rospy"
DEPENDS = "diagnostic-updater rospy"
require diagnostics.inc

View File

@ -1,6 +1,6 @@
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "253985d33cf4e1ca745bdeeab79cbde3"
SRC_URI[sha256sum] = "9053c54762e22e90590c93fddfcd5d38214d3e5af1b7301aa7bdb7e21b82025c"
SRC_URI[md5sum] = "34bb53fbcf57924cc2c15e185451869b"
SRC_URI[sha256sum] = "9f2c6012f60e55e7735ba2d08dbc9bcd96f09ca9d3df223a0f1966bdab454dea"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"