meta-ros/recipes-ros/catkin/files
Lukas Bulwahn d997bcda5a catkin: patch _setup_util.py.in to address #384
In _setup_util.py.in, we use python provided by environment instead of
the generated one, as the generated python path can be arbitrarily long
(depending on the location of the build directory), and hence reaches
the shebang line limit, causing the script to fail at start-up.

The catkin developers changed the cmake-generated template _setup_util.py
to use @PYTHON_EXECUTABLE@ instead of /usr/bin/env python in changeset
bf12b40c2 [1]. We revert this change here to address the issue #384 [2].

[1] bf12b40c2a
[2] https://github.com/bmwcarit/meta-ros/issues/384

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-06-01 11:36:37 +02:00
..
0001-CATKIN_WORKSPACES-Don-t-require-.catkin-file.patch catkin: split up catkin in order to reduce runtime dependencies 2015-03-02 13:22:06 +01:00
0001-use-python-provided-by-environment-instead-of-the-ge.patch catkin: patch _setup_util.py.in to address #384 2016-06-01 11:36:37 +02:00
0002-PKG_CONFIG_LIB_PATHS-use-cmake-root-path.patch catkin: including root path in library search (addresses #291) 2015-03-30 09:19:42 +02:00