meta-ros/recipes-ros/geometry2
Lukas Bulwahn c747482afa clean up to prepare merging content from #519
This commit includes:

  - use `DEPENDS =` instead of `DEPENDS +=`.
  - put single-line configurations into a single line
  - move DEPENDS to right location in recipe files
  - remove superfluous ROS_SPN declarations

The clean up was motivated by the commits for
object-recognition-msgs and hector-mapping in #519.

Issues were identified with `grep "DEPENDS +=" . -R` and by looking
at the output of oe-stylize.py with this bash script:

```

for RECIPE in $(find . -name *.bb)
do
        echo "Processing: $RECIPE"
        ~/work/repositories/openembedded.org/meta-openembedded/contrib/oe-stylize.py $RECIPE > $RECIPE-oestylize
        diff $RECIPE $RECIPE-oestylize
done
```

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-11-25 13:55:56 +01:00
..
tf2-py tf2-py: backport python3 fixes 2017-09-07 06:39:01 +03:00
geometry2.inc geometry2: updating to 0.5.16 2017-08-31 04:50:49 +02:00
tf2-geometry-msgs_0.5.16.bb geometry2: updating to 0.5.16 2017-08-31 04:50:49 +02:00
tf2-kdl_0.5.16.bb geometry2: updating to 0.5.16 2017-08-31 04:50:49 +02:00
tf2-msgs_0.5.16.bb geometry2: updating to 0.5.16 2017-08-31 04:50:49 +02:00
tf2-py_0.5.16.bb clean up to prepare merging content from #519 2017-11-25 13:55:56 +01:00
tf2-ros_0.5.16.bb tf2-ros: add run dependencies 2017-10-25 20:47:56 +02:00
tf2-sensor-msgs_0.5.16.bb geometry2: updating to 0.5.16 2017-08-31 04:50:49 +02:00
tf2-tools_0.5.16.bb geometry2: updating to 0.5.16 2017-08-31 04:50:49 +02:00
tf2_0.5.16.bb tf2: ship tf2-msgs with tf2 2017-10-21 22:42:05 +02:00