message-runtime: add missing dependency

This commit is contained in:
Lukas Bulwahn 2015-01-07 17:36:24 +01:00
parent 3c6959aba3
commit 49fc3ef629
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ SECTION = "devel"
LICENSE = "BSD" LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5" LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "gencpp" DEPENDS = "gencpp cpp-common roscpp-serialization"
SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz" SRC_URI = "https://github.com/ros/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "d32e58fd60f775e015b9572e397da891" SRC_URI[md5sum] = "d32e58fd60f775e015b9572e397da891"