Skip to content
Snippets Groups Projects
  • Lukas Bulwahn's avatar
    7f1a4407
    image-rotate: adding missing nodelet dependency · 7f1a4407
    Lukas Bulwahn authored
    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.
    7f1a4407
    History
    image-rotate: adding missing nodelet dependency
    Lukas Bulwahn authored
    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.