Skip to content
Snippets Groups Projects
  1. Mar 19, 2017
  2. Feb 08, 2017
  3. Sep 26, 2016
  4. Jun 15, 2016
    • Lukas Bulwahn's avatar
      camera-calibration-parsers: add missing dependencies · 876637f1
      Lukas Bulwahn authored
      
      While testing the version updates, I noticed that the
      camera-calibration-parsers were missing the roscpp dependencies,
      and hence do_configure failed with:
      
      ```
      |   Could not find a package configuration file provided by "roscpp" with any
      |   of the following names:
      |
      |     roscppConfig.cmake
      |     roscpp-config.cmake
      |
      |   Add the installation prefix of "roscpp" to CMAKE_PREFIX_PATH or set
      |   "roscpp_DIR" to a directory containing one of the above files.  If "roscpp"
      |   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!
      ```
      
      Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
      876637f1
  5. Jun 14, 2016
  6. Dec 11, 2015
  7. Aug 19, 2015
  8. Jun 10, 2015
  9. Sep 24, 2014
  10. Aug 19, 2014
    • Lukas Bulwahn's avatar
      making layout indentation use 4 spaces · 53796fc4
      Lukas Bulwahn authored
      The description is not indented after line breaks. All other
      information, i.e., the dependencies and SRCURI, are indented with
      four spaces after line breaks. Shell scripts are indented with
      multiples of four spaces.
      
      In recipes-ros, I located and checked for tabulators and spacing
      with these bash commands:
      
      egrep '^ [^ ]+' . --exclude *.patch -R
      egrep '^  [^ ]+' . --exclude *.patch -R
      egrep '^   [^ ]+' . --exclude *.patch -R
      egrep '^    [ ]+[^ ]+' . --exclude *.patch -R
      
      While going through the recipes and manually improving the layout,
      I also adjusted the descriptions to use maximal 100 characters
      per line.
      53796fc4
  11. Jun 02, 2014
  12. Apr 24, 2014
  13. Mar 20, 2014
  14. Mar 04, 2014
  15. Oct 14, 2013
  16. Aug 26, 2013
  17. Aug 05, 2013
  18. Jul 22, 2013
  19. Jul 11, 2013
  20. Jun 11, 2013
Loading