roscpp-core: updating to 0.3.17

Due to the update, cpp-common now needs console-bridge.
This commit is contained in:
Lukas Bulwahn 2014-01-18 16:24:18 +01:00
parent d11d71a511
commit 27dbd370a3
5 changed files with 4 additions and 2 deletions

View File

@ -3,4 +3,6 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "console-bridge"
require roscpp-core.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] = "d02c9d1270d1f68487944fb0e76adcb7"
SRC_URI[sha256sum] = "805b08c5b7044dd93bfaf4a0dd5807b391d1d86db9f6d143f9946b5528500eda"
SRC_URI[md5sum] = "36dcddf46de3425b25f7e09551607e9f"
SRC_URI[sha256sum] = "afd43664b01e935108b7aa539d3a8d19e85fff0860a4fc7e38ee965e49ae9d15"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"