Skip to content
Snippets Groups Projects
  1. Jan 28, 2017
    • Lukas Bulwahn's avatar
      eigen-conversions: also depend on cmake-modules · a14c2138
      Lukas Bulwahn authored
      
      Without the dependency on cmake-modules, `bitbake eigen-conversions`
      can possibly fail with:
      
      ```
      | CMake Error at /home/lukas/dev/openembedded.org/openembedded-core/build/tmp-glibc/work/i586-oe-linux/eigen-conversions/1.11.8-r0/recipe-sysroot-native/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:5 (find_package)
      |
      |
      | -- Configuring incomplete, errors occurred!
      ```
      
      The failure only occurs if cmake-modules has not been installed
      before eigen-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
      make-modules was usually installed before eigen-conversions was
      configured.
      
      However, the issue is clearly reproducible with
      `bitbake eigen-conversions cmake-modules -c cleanall && bitbake eigen-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>
      a14c2138
  2. Oct 12, 2016
  3. Jun 14, 2016
  4. Jun 10, 2015
  5. Apr 24, 2014
  6. Mar 20, 2014
  7. Mar 09, 2014
    • Kristof Robot's avatar
      tf: adding numpy run dependency · 7eff7482
      Kristof Robot authored
      Resolves:
        File "/usr/lib/python2.7/site-packages/tf/transformations.py", line 174, in <module>
          import numpy
      ImportError: No module named numpy
      7eff7482
  8. Mar 04, 2014
  9. Mar 03, 2014
  10. Nov 05, 2013
  11. Nov 01, 2013
  12. Oct 14, 2013
  13. Sep 23, 2013
    • Lukas Bulwahn's avatar
      removing optional rostest dependencies · 9879db3a
      Lukas Bulwahn authored
      When CATKIN_ENABLE_TESTING is deactivated, the ROS packages do not
      require the rostest package.
      This commit includes a number of patches to be submitted in the
      upstream repositories and removes the rostest dependencies from
      the recipes.
      9879db3a
  14. Sep 05, 2013
  15. Aug 26, 2013
  16. Jul 22, 2013
  17. Jul 05, 2013
  18. Jun 11, 2013
Loading