From 30f525395dceeed7e6e86c4f40ffb313ed9393d2 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Mon, 14 Oct 2013 15:08:28 +0200 Subject: [PATCH] smach-msgs: address issue #170 --- recipes-ros/executive-smach/smach-msgs_1.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ros/executive-smach/smach-msgs_1.3.1.bb b/recipes-ros/executive-smach/smach-msgs_1.3.1.bb index 1be2aa4..7939dfb 100644 --- a/recipes-ros/executive-smach/smach-msgs_1.3.1.bb +++ b/recipes-ros/executive-smach/smach-msgs_1.3.1.bb @@ -3,6 +3,6 @@ SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=d566ef916e9dedc494f5f793a6690ba5" -DEPENDS = "message-generation std-msgs" +DEPENDS = "message-generation std-msgs roscpp-serialization" require executive-smach.inc