Skip to content
Snippets Groups Projects
  1. Feb 08, 2017
  2. Oct 12, 2016
  3. Sep 30, 2016
  4. Sep 02, 2016
  5. Jun 21, 2016
  6. Jun 14, 2016
  7. Aug 19, 2015
  8. Jun 10, 2015
  9. 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
  10. Aug 04, 2014
    • Lukas Bulwahn's avatar
      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
  11. Jul 30, 2014
  12. Jun 02, 2014
  13. May 17, 2014
  14. May 07, 2014
  15. Apr 10, 2014
  16. Mar 04, 2014
  17. Mar 03, 2014
  18. Jan 23, 2014
  19. Nov 26, 2013
  20. Nov 05, 2013
  21. Oct 14, 2013
Loading