rosgraph-msgs: Add message-runtime to dependency

Add the package to the dependency because the do_configure fails
as it tries to find the package.

Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
This commit is contained in:
Stefan Herbrechtsmeier 2013-02-27 14:03:54 +01:00
parent 662dbb59a3
commit 3410bfd0ad
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=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5" LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5"
DEPENDS = "message-generation std-msgs" DEPENDS = "message-generation message-runtime std-msgs"
require ros-comm.inc require ros-comm.inc