Commit Graph

11 Commits

Author SHA1 Message Date
Dmitry Rozhkov 12e6df4b54 octomap-ros: drop build dependency on cmake-modules
Since the Octomap package provides CMake configs suitable for
cross-compilation there's no need for an external module
in cmake-modules.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-02 09:53:17 +02:00
Dmitry Rozhkov 03ab6d41c9 octomap-ros: drop cmake tweaks in the recipe
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-01-25 16:14:04 +02:00
minipada 43bd17e883 octomap-ros: solves link issue with liboctomap.so if ros is installed on the machine 2016-09-13 16:15:07 +02:00
Lukas Bulwahn d85846f141 octomap-ros: updating to 0.4.0 2015-06-13 16:02:52 +02:00
Lukas Bulwahn 53796fc4b1 making layout indentation use 4 spaces
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.
2014-08-19 09:09:47 +02:00
Lukas Bulwahn 8249cc8dd5 improving formatting after automated style check
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.
2014-08-18 06:51:31 +02:00
Lukas Bulwahn d1b4d04404 octomap-ros: updating to 0.3.1 2014-05-07 11:40:31 +02:00
Kristof Robot 7e2b6ef64c adjusting to cmake.bbclass changes in OE-Core (resolves #229) 2014-03-02 18:53:39 +01:00
Lukas Bulwahn 5b3ce2ad01 octomap-ros: upating to 0.3.0 2013-11-12 10:05:42 +01:00
Lukas Bulwahn 24be26d89b octomap-ros: preliminary solution for #176
After configuring octomap-ros, the recipe modifies the generated
files to address the problem in #176. However, it does not solve
the root of this cause.
As #176 is similar to #175, this preliminary solution is very
similar to the preliminary solution for #175.
2013-11-11 15:14:52 +01:00
Lukas Bulwahn f02336b2ea octomap-ros: initial commit (fails with #176) 2013-11-11 15:14:52 +01:00