Commit Graph

7 Commits

Author SHA1 Message Date
Lukas Bulwahn c2ecb6e00e laser-filters: updating to 1.8.5
This commit also drops the backported patch, which is included in
the updated version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-09-21 09:00:02 +02:00
Dmitry Rozhkov b1f9e2afa4 laser-filters: backport fix for missing std namespace
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-02-08 12:12:29 +02:00
Lukas Bulwahn f398106280 laser-filters: updating to 1.8.3 2016-06-14 11:24:48 +02:00
Lukas Bulwahn 9d182ebca5 laser-filters: updating to 1.7.4 2016-01-08 15:10:24 +01:00
Lukas Bulwahn f838239cfd laser-filters: updating to 1.7.3 2015-06-13 16:02:51 +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 b0a660c2bf laser-filters: initial commit 2014-04-25 07:07:35 +02:00