Skip to content
Snippets Groups Projects
  1. Jan 28, 2017
    • Lukas Bulwahn's avatar
      pcl-conversions: also depend on cmake-modules · e98c5a50
      Lukas Bulwahn authored
      
      Without the dependency on cmake-modules, `bitbake pcl-conversions` can
      possibly fail with:
      
      ```
      | CMake Error at /home/lukas/dev/openembedded.org/openembedded-core/build/tmp-glibc/sysroots/x86_64-linux/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
      |   Could not find a package configuration file provided by "cmake_modules"
      |   with any of the following names:
      |
      |     cmake_modulesConfig.cmake
      |     cmake_modules-config.cmake
      |
      |   Add the installation prefix of "cmake_modules" to CMAKE_PREFIX_PATH or set
      |   "cmake_modules_DIR" to a directory containing one of the above files.  If
      |   "cmake_modules" provides a separate development package or SDK, be sure it
      |   has been installed.
      | Call Stack (most recent call first):
      |   CMakeLists.txt:4 (find_package)
      |
      |
      | -- Configuring incomplete, errors occurred!
      ```
      
      The failure only occurs if cmake-modules has not been installed
      before pcl-conversions is configured. Hence, the regular
      regression testing with `bitbake core-image-ros-world`,
      which builds many packages in parallel, did not
      uncover this because cmake-modules was usually installed before
      pcl-conversions was configured.
      
      However, the issue is clearly reproducable with
      `bitbake pcl-conversions cmake-modules -c cleanall && bitbake pcl-conversions`
      
      The missing dependency was probably introduced by the automatic
      recipe updates without checking for new dependencies.
      
      Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
      e98c5a50
  2. Jun 13, 2015
  3. Jun 02, 2014
  4. May 07, 2014
  5. Nov 05, 2013
Loading