Commit Graph

19 Commits

Author SHA1 Message Date
Martin Jansa f9ea06cfc0 pluginlib, socketcan-interface: disable gold
* when gold is used the build fails because of undefined reference from libclass_loader.so

* it should be fixed properly, this is just temporary work around for following build failures:
  http://errors.yoctoproject.org/Errors/Details/174718/
  http://errors.yoctoproject.org/Errors/Details/174715/

* relates to:
  https://github.com/bmwcarit/meta-ros/issues/496

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2018-04-10 10:07:29 +00:00
Lukas Bulwahn ce2079d135 pluginlib: updating to 1.10.7 2018-04-06 17:06:35 +02:00
Lukas Bulwahn 42c8d7b4bd pluginlib: updating to 1.10.6 2017-12-28 19:20:42 +01:00
Lukas Bulwahn 6c20747517 pluginlib: updating to 1.10.5 2017-04-14 04:21:21 +02:00
Lukas Bulwahn 8d923c7adc pluginlib: updating to 1.10.4 2016-10-26 13:33:42 +02:00
Lukas Bulwahn 989241d689 pluginlib: updating to 1.10.3 2016-09-02 08:31:58 +02:00
Lukas Bulwahn f50fe39673 pluginlib: adjust LIC_FILES_CHKSUM retroactively to version update 2016-06-23 18:09:57 +02:00
Lukas Bulwahn bac6b59b6d pluginlib: updating to 1.10.2 2016-06-14 11:24:48 +02:00
Lukas Bulwahn 33092622bb pluginlib: updating to 1.10.1 2015-06-13 16:02:52 +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 8249cc8dd5 improving formatting after automated style check
After running oe-stylize.py on all recipes in recipes-ros, this
commit improves the formatting of some recipes.

To achieve this, I executed these commands in recipes-ros:
find . -name *.bb | sed 's#\(.*\)#./oe-stylize.py \1 > \1_sanitized#' | sh
find . -name *.bb | sed 's#\(.*\)#diff -Naur \1 \1_sanitized#' | sh > diffs

Then, I manually inspected the diffs file, and improved the
recipes.

For the DESCRIPTION line in the addressed recipes, the line width
of 100 characters was chosen, as the LIC_FILES_CHKSUM line and
SRC_URI line usually are also around about 100 characters long.
Hence, choosing a shorter line width, e.g. 80 characters, would
have only created more line breaks, but not reduced the need to
use a file viewer with which 100 characters line width can be
displayed. For the github file and diff viewer and most editors
on reasonably-sized screens, 100 character line width is no
problem.
2014-08-18 06:51:31 +02:00
Lukas Bulwahn db1da76e6b pluginlib: updating to 1.9.24
Besides updating, this commit improves the DESCRIPTION.
2014-03-17 12:59:57 +01:00
Lukas Bulwahn 429bb730cd pluginlib: updating to 1.9.23
The pluginlib recipe is updated to 1.9.23 to be in line with
ef3a7449d7/hydro/release.yaml.
2013-10-11 10:42:22 +02:00
Lukas Bulwahn 771d3f4979 pluginlib: updating to 1.9.22
The pluginlib recipe is updated to 1.9.22 to be in line with
4551e7c32d/hydro/release.yaml.
2013-08-26 10:57:16 +02:00
Stefan Herbrechtsmeier 3e6b386d2f Unify ros recipes
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
2013-08-26 07:40:20 +02:00
Lukas Bulwahn 4fa30bb192 pluginlib: updated to hydro release version
The previously applied patch is now incorporated in the hydro
release version.
2013-07-22 15:53:38 +02:00
Lukas Bulwahn 7d0bb019d4 pluginlib: added patch to optionally configure tests 2013-07-05 15:17:24 +02:00
Lukas Bulwahn f606c8544e pluginlib: correcting hash that wasn't checked yet
Due to continuous URI modifications and no tests, the initial
commit of pluginlib contained invalid hashes. They are corrected
with this commit.
2013-05-31 19:15:42 +02:00
Lukas Bulwahn 2079d9e250 pluginlib: initial commit
The pluginlib is used by the nodelet package.
2013-05-29 14:29:37 +02:00