From 3410bfd0addf8fc5da212a56b2a951d32dce0ba1 Mon Sep 17 00:00:00 2001 From: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Date: Wed, 27 Feb 2013 14:03:54 +0100 Subject: [PATCH] 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> --- recipes-ros/ros-comm/rosgraph-msgs_1.9.41.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ros/ros-comm/rosgraph-msgs_1.9.41.bb b/recipes-ros/ros-comm/rosgraph-msgs_1.9.41.bb index cba96c4..fd282a8 100644 --- a/recipes-ros/ros-comm/rosgraph-msgs_1.9.41.bb +++ b/recipes-ros/ros-comm/rosgraph-msgs_1.9.41.bb @@ -3,7 +3,7 @@ SECTION = "devel" LICENSE = "BSD" 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 -- GitLab