meta-ros/recipes-ros/catkin
Dmitry Rozhkov e3e990de10 catkin: revert commit beb4677
The patch added in the reverted commit was meant to fix the issue
https://github.com/bmwcarit/meta-ros/issues/291

In fact it enables CMake to look for libraries in a host system which
leads to errors when a path is tested for a library presence with the
help of CMake's find_library() command: e.g. a non-existing host
directory is tested for library presence and find_library() returns
successfully because the library exists in bitbake's sysroot; then the
directory is used by the linker, but the library doesn't exist in the
directory -> failure. In worse cases the host directory may actually exist
and contain the library, but of wrong architecture, format or
incompatible ABI making finding the root cause a difficult task.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-01-10 14:56:14 +02:00
..
files catkin: revert commit beb4677 2017-01-10 14:56:14 +02:00
catkin-runtime_0.6.18.bb catkin: updating to 0.6.18 2016-06-14 11:18:39 +02:00
catkin.inc catkin: revert commit beb4677 2017-01-10 14:56:14 +02:00
catkin_0.6.18.bb catkin: updating to 0.6.18 2016-06-14 11:18:39 +02:00