Commit Graph

13 Commits

Author SHA1 Message Date
Lukas Bulwahn 466dcd354e geometry-experimental: updating to 0.4.12 2014-09-24 12:05:36 +02:00
Lukas Bulwahn c78e0c31a1 Merge pull request #288 from bulwahn/master-next
improving quality and quality assurance
2014-08-19 13:48:50 +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
Peter S. Housel ec20dbba73 tf2-py: suppress rpath usage for Python extension libraries 2014-08-14 12:30:06 -07:00
Lukas Bulwahn 0b9579deed geometry-experimental: updating to 0.4.11 2014-06-23 09:27:31 +02:00
Lukas Bulwahn 3c9b88202f geometry-experimental: updating to 0.4.10 2014-03-03 08:12:12 +01:00
Lukas Bulwahn b44450b701 geometry-experimental: updating to 0.4.9 2013-11-12 10:05:29 +01:00
Lukas Bulwahn 7c08ae8a93 geometry-experimental: additional recipes 2013-11-05 10:44:07 +01:00
Lukas Bulwahn c6a1af7e0c tf2-tools: initial commit 2013-10-14 11:08:59 +02:00
Lukas Bulwahn 492f5c4dce geometry-experimental: updating to 0.4.7
The geometry-experimental recipes are updated to 0.4.7 to be in line with
9cb0c7fb05/hydro/release.yaml.
2013-09-05 08:37:46 +02:00
Stefan Herbrechtsmeier 3e6b386d2f Unify ros recipes
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
2013-08-26 07:40:20 +02:00
Stefan Herbrechtsmeier 70212ce74d tf2-ros: Add missing dependency on message-filters
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
2013-08-18 13:32:50 -07:00
Lukas Bulwahn abfed9e847 geometry-experimental: initial commit
For the update of the tf package to the hydro release version,
new recipes for the geometry-experimental repository are provided
in this commit.
2013-07-22 15:53:38 +02:00