Commit Graph

4 Commits

Author SHA1 Message Date
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
Lukas Bulwahn 9ac8aa8f9c hector-slam: updating to 0.3.5 2016-09-02 08:31:57 +02:00
Lukas Bulwahn a3b2a8d64e hector-slam: updating to 0.3.4 2015-11-11 07:49:56 +01:00
Kristof Robot 30750e9578 hector-mapping: initial commit 2015-02-08 18:14:03 +01:00