From 7f1a440771af9c5035afa130593d9cae513a8f2b Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Mon, 4 Aug 2014 07:06:54 +0200 Subject: [PATCH] image-rotate: adding missing nodelet dependency Executing 'bitbake packagegroup-ros-world' showed the warning: WARNING: QA Issue: image-rotate rdepends on nodelet but its not a build dependency? [build-deps] On a clean build, 'bitbake image-rotate' failed with: | Could not find a package configuration file provided by "nodelet" with any | of the following names: | | nodeletConfig.cmake | nodelet-config.cmake | Hence, this commit adds the missing dependency on nodelet. --- recipes-ros/image-pipeline/image-rotate_1.11.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ros/image-pipeline/image-rotate_1.11.10.bb b/recipes-ros/image-pipeline/image-rotate_1.11.10.bb index 6cb8d64..02fef0c 100644 --- a/recipes-ros/image-pipeline/image-rotate_1.11.10.bb +++ b/recipes-ros/image-pipeline/image-rotate_1.11.10.bb @@ -4,6 +4,6 @@ SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=26;endline=26;md5=d566ef916e9dedc494f5f793a6690ba5" -DEPENDS = "cv-bridge dynamic-reconfigure image-transport opencv roscpp tf tf-conversions eigen-conversions" +DEPENDS = "cv-bridge dynamic-reconfigure image-transport opencv roscpp tf tf-conversions eigen-conversions nodelet" require image-pipeline.inc