From 0d28145f55a5902d2099acb3e8bf35c2c6041a70 Mon Sep 17 00:00:00 2001 From: David Bensoussan Date: Wed, 25 Oct 2017 10:24:25 +0200 Subject: [PATCH] tf2-ros: add run dependencies tf2-py was not shipped in the image because of this --- recipes-ros/geometry2/tf2-ros_0.5.16.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-ros/geometry2/tf2-ros_0.5.16.bb b/recipes-ros/geometry2/tf2-ros_0.5.16.bb index 6468cf3..eb70c69 100644 --- a/recipes-ros/geometry2/tf2-ros_0.5.16.bb +++ b/recipes-ros/geometry2/tf2-ros_0.5.16.bb @@ -5,4 +5,6 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9de DEPENDS = "actionlib message-filters rosgraph tf2 tf2-py" +RDEPENDS_${PN} = "actionlib message-filters rosgraph tf2 tf2-py" + require geometry2.inc