Commit Graph

7 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 afc67a4fee audio-common: updating to 0.2.12 2016-06-14 11:18:39 +02:00
Lukas Bulwahn a7490bf9c8 audio-common: updating to 0.2.9 2015-12-11 07:04:13 +01:00
Lukas Bulwahn c45ff3eda8 audio-common: updating to 0.2.8 2015-10-12 05:24:22 +02:00
Lukas Bulwahn 85c44368f2 audio-common: updating to 0.2.7 2014-08-03 06:32:52 +02:00
Kristof Robot eaf385cf27 sound-play: initial commit 2014-04-16 20:37:25 +02:00
Kristof Robot 9da17bbc00 audio-common-msgs: initial commit 2014-04-16 20:37:25 +02:00