- Aug 18, 2014
-
-
Lukas Bulwahn authored
After running oe-stylize.py on all recipes in recipes-ros, this commit improves the formatting of some recipes. To achieve this, I executed these commands in recipes-ros: find . -name *.bb | sed 's#\(.*\)#./oe-stylize.py \1 > \1_sanitized#' | sh find . -name *.bb | sed 's#\(.*\)#diff -Naur \1 \1_sanitized#' | sh > diffs Then, I manually inspected the diffs file, and improved the recipes. For the DESCRIPTION line in the addressed recipes, the line width of 100 characters was chosen, as the LIC_FILES_CHKSUM line and SRC_URI line usually are also around about 100 characters long. Hence, choosing a shorter line width, e.g. 80 characters, would have only created more line breaks, but not reduced the need to use a file viewer with which 100 characters line width can be displayed. For the github file and diff viewer and most editors on reasonably-sized screens, 100 character line width is no problem.
-
- Aug 04, 2014
-
-
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.
-
Lukas Bulwahn authored
-
- Aug 03, 2014
-
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
It seems as if the archive was updated at some point in time without spending a new version number. This commit was needed after I cleaned all downloads from the meta-ros layer.
-
- Jul 30, 2014
-
-
Andreas Galauner authored
-
- Jul 21, 2014
-
-
Lukas Bulwahn authored
-
- Jun 28, 2014
-
-
Lukas Bulwahn authored
-
Jonas Sticha authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
- Jun 23, 2014
-
-
Lukas Bulwahn authored
The patch provided upstream is part of 1.0.7 and hence is removed.
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
Updating genlisp to 0.4.14 needs adjusting of the LIC_FILES_CHKSUM lines.
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
Updating rosserial to 0.5.6 needs adjusting of the LIC_FILES_CHKSUM lines.
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
- Jun 03, 2014
-
-
Jonas Sticha authored
-
- Jun 02, 2014
-
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
-
Lukas Bulwahn authored
The previously applied patch has been included in 1.11.8 and is removed from the recipe and this repository. Furthermore, the LIC_FILES_CHKSUMs are adjusted to changes in the package.xml files.
-
Lukas Bulwahn authored
The previously applied patch has been included in 1.11.3 and is removed from the recipe and this repository.
-
Lukas Bulwahn authored
-
- May 27, 2014
-
-
Esteve Fernandez authored
-
Esteve Fernandez authored
-
- May 19, 2014
-
-
Lukas Bulwahn authored
-