Commit Graph

2 Commits

Author SHA1 Message Date
Lukas Bulwahn 1567b83105 velodyne-driver: address package_qa issue (resolves #442)
In builds with recent commits of openembedded-core,
`bitbake velodyne-driver` fails in do_package_qa with:
```
ERROR: velodyne-driver-1.2.0-r0 do_package_qa: QA Issue: /opt/ros/indigo/lib/velodyne_driver/vdump contained in package velodyne-driver requires /bin/bash, but no providers found in RDEPENDS_velodyne-driver? [file-rdeps]
```

In the past, the QA issue was only a warning and considered of low
priority. Now that it raises an error, it must be addressed.

Hence, this commit resolves the issue.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-08-22 08:03:10 +02:00
Ash Charles e3daa4357f velodyne: Update to version 1.2.0
Bump from Velodyne version 1.1.2 (Nov 2013) to the latest release,
1.2.0 (Aug 2014).  This version includes a fix to support yaml-cpp
1.5+ so resolves #325 [1].

[1] https://github.com/bmwcarit/meta-ros/issues/325

Signed-off-by: Ash Charles <ashcharles@gmail.com>
2015-05-28 12:54:34 -07:00